Teal and Coral Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal and Coral Delight palette
Teal and Coral Delight color palette CSS
/* CSS */
.color-1 {
color: #407d9c;
}
.color-2 {
color: #5bb9b7;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #f3712b;
}
/* CSS Variables */
:root {
--color-1: #407d9c;
--color-2: #5bb9b7;
--color-3: #f9c54e;
--color-4: #f94346;
--color-5: #f3712b;
}
Teal and Coral Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #407d9c, #5bb9b7, #f9c54e, #f94346, #f3712b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #407d9c, #5bb9b7, #f9c54e, #f94346, #f3712b);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Teal and Coral Delight color palette created on .