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: #1f8c8e;
}
.color-2 {
color: #4ec6b4;
}
.color-3 {
color: #79e2ba;
}
.color-4 {
color: #f7d778;
}
.color-5 {
color: #f27c5f;
}

/* CSS Variables */
:root {
--color-1: #1f8c8e;
--color-2: #4ec6b4;
--color-3: #79e2ba;
--color-4: #f7d778;
--color-5: #f27c5f;
}

Turquoise Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8c8e, #4ec6b4, #79e2ba, #f7d778, #f27c5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8c8e, #4ec6b4, #79e2ba, #f7d778, #f27c5f);
}

Turquoise Dream color palette created on .