Turquoise Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Breeze palette

Share this palette to:

Turquoise Breeze color palette CSS

/* CSS */
.color-1 {
color: #1d688b;
}
.color-2 {
color: #40b3b5;
}
.color-3 {
color: #7dd6e3;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1d688b;
--color-2: #40b3b5;
--color-3: #7dd6e3;
--color-4: #f0e78e;
--color-5: #ff6e61;
}

Turquoise Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d688b, #40b3b5, #7dd6e3, #f0e78e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d688b, #40b3b5, #7dd6e3, #f0e78e, #ff6e61);
}

Turquoise Breeze color palette created on .