Turquoise Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Dream palette
Turquoise Dream color palette PNG image
Turquoise Dream color palette CSS
/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #007f80;
}
.color-3 {
color: #005757;
}
.color-4 {
color: #003d3d;
}
.color-5 {
color: #001f1f;
}
/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #007f80;
--color-3: #005757;
--color-4: #003d3d;
--color-5: #001f1f;
}
Turquoise Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #007f80, #005757, #003d3d, #001f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #007f80, #005757, #003d3d, #001f1f);
}
Similar color palettes
Turquoise Dream color palette created on .