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: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #1dd7d4;
}
.color-4 {
color: #a3f0e7;
}
.color-5 {
color: #fafffb;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #1dd7d4;
--color-4: #a3f0e7;
--color-5: #fafffb;
}

Turquoise Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #1dd7d4, #a3f0e7, #fafffb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #1dd7d4, #a3f0e7, #fafffb);
}

Turquoise Breeze color palette created on .