Turquoise Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Dream palette

Share this palette to:

Turquoise Dream color palette CSS

/* CSS */
.color-1 {
color: #f9a94e;
}
.color-2 {
color: #f8e1b4;
}
.color-3 {
color: #85d5e0;
}
.color-4 {
color: #4ab0ae;
}
.color-5 {
color: #3b6c8c;
}

/* CSS Variables */
:root {
--color-1: #f9a94e;
--color-2: #f8e1b4;
--color-3: #85d5e0;
--color-4: #4ab0ae;
--color-5: #3b6c8c;
}

Turquoise Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a94e, #f8e1b4, #85d5e0, #4ab0ae, #3b6c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a94e, #f8e1b4, #85d5e0, #4ab0ae, #3b6c8c);
}

Turquoise Dream color palette created on .