Turquoise Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Dream palette
Turquoise Dream color palette CSS
/* CSS */
.color-1 {
color: #1ec5c8;
}
.color-2 {
color: #4dc7a4;
}
.color-3 {
color: #7bf4b6;
}
.color-4 {
color: #ade4e6;
}
.color-5 {
color: #e1f7f9;
}
/* CSS Variables */
:root {
--color-1: #1ec5c8;
--color-2: #4dc7a4;
--color-3: #7bf4b6;
--color-4: #ade4e6;
--color-5: #e1f7f9;
}
Turquoise Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ec5c8, #4dc7a4, #7bf4b6, #ade4e6, #e1f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ec5c8, #4dc7a4, #7bf4b6, #ade4e6, #e1f7f9);
}
Similar color palettes
Turquoise Dream color palette created on .