Teal and Coral Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal and Coral Dream palette
Teal and Coral Dream color palette CSS
/* CSS */
.color-1 {
color: #69bf9b;
}
.color-2 {
color: #50b9d3;
}
.color-3 {
color: #f7a28d;
}
.color-4 {
color: #f1cb4b;
}
.color-5 {
color: #e27c60;
}
/* CSS Variables */
:root {
--color-1: #69bf9b;
--color-2: #50b9d3;
--color-3: #f7a28d;
--color-4: #f1cb4b;
--color-5: #e27c60;
}
Teal and Coral Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf9b, #50b9d3, #f7a28d, #f1cb4b, #e27c60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf9b, #50b9d3, #f7a28d, #f1cb4b, #e27c60);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Teal and Coral Dream color palette created on .