Teal Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Sea palette
Teal Sea color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3f8c9d;
}
.color-3 {
color: #69bf9e;
}
.color-4 {
color: #a4e5a6;
}
.color-5 {
color: #f8d5a5;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3f8c9d;
--color-3: #69bf9e;
--color-4: #a4e5a6;
--color-5: #f8d5a5;
}
Teal Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3f8c9d, #69bf9e, #a4e5a6, #f8d5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3f8c9d, #69bf9e, #a4e5a6, #f8d5a5);
}
Similar color palettes
Teal Sea color palette created on .