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: #00ff04;
}
.color-2 {
color: #0095ff;
}
.color-3 {
color: #00b39e;
}
.color-4 {
color: #00ffaa;
}
.color-5 {
color: #00e5ff;
}
/* CSS Variables */
:root {
--color-1: #00ff04;
--color-2: #0095ff;
--color-3: #00b39e;
--color-4: #00ffaa;
--color-5: #00e5ff;
}
Turquoise Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ff04, #0095ff, #00b39e, #00ffaa, #00e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ff04, #0095ff, #00b39e, #00ffaa, #00e5ff);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Turquoise Dream color palette created on .