Teal Pebble Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Pebble palette
Teal Pebble color palette CSS
/* CSS */
.color-1 {
color: #b5c4c2;
}
.color-2 {
color: #a3b8b4;
}
.color-3 {
color: #8bb6a2;
}
.color-4 {
color: #5f8c7b;
}
.color-5 {
color: #3c6d5e;
}
/* CSS Variables */
:root {
--color-1: #b5c4c2;
--color-2: #a3b8b4;
--color-3: #8bb6a2;
--color-4: #5f8c7b;
--color-5: #3c6d5e;
}
Teal Pebble background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c4c2, #a3b8b4, #8bb6a2, #5f8c7b, #3c6d5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c4c2, #a3b8b4, #8bb6a2, #5f8c7b, #3c6d5e);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Teal Pebble color palette created on .