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: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d6a1;
}
.color-4 {
color: #b1f2de;
}
.color-5 {
color: #f9fbcb;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #00d6a1;
--color-4: #b1f2de;
--color-5: #f9fbcb;
}

Turquoise Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #00d6a1, #b1f2de, #f9fbcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #00d6a1, #b1f2de, #f9fbcb);
}

Turquoise Dream color palette created on .