Teal Cove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Cove palette
Teal Cove color palette CSS
/* CSS */
.color-1 {
color: #f0b74c;
}
.color-2 {
color: #f6c48e;
}
.color-3 {
color: #a8d8e1;
}
.color-4 {
color: #4ebdc1;
}
.color-5 {
color: #2b3d50;
}
/* CSS Variables */
:root {
--color-1: #f0b74c;
--color-2: #f6c48e;
--color-3: #a8d8e1;
--color-4: #4ebdc1;
--color-5: #2b3d50;
}
Teal Cove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b74c, #f6c48e, #a8d8e1, #4ebdc1, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b74c, #f6c48e, #a8d8e1, #4ebdc1, #2b3d50);
}
Similar color palettes
Teal Cove color palette created on .