Turquoise Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Turquoise Dream Color Palette (PNG)
Turquoise Dream color palette CSS
/* CSS */
.color-1 {
color: #fac466;
}
.color-2 {
color: #fae7b7;
}
.color-3 {
color: #a4ddef;
}
.color-4 {
color: #4cd6d6;
}
.color-5 {
color: #2d80a9;
}
/* CSS Variables */
:root {
--color-1: #fac466;
--color-2: #fae7b7;
--color-3: #a4ddef;
--color-4: #4cd6d6;
--color-5: #2d80a9;
}
Turquoise Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fac466, #fae7b7, #a4ddef, #4cd6d6, #2d80a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fac466, #fae7b7, #a4ddef, #4cd6d6, #2d80a9);
}
Similar color palettes
Turquoise Dream color palette created on .