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: #1b649d;
}
.color-2 {
color: #3cb1c8;
}
.color-3 {
color: #6ed8d0;
}
.color-4 {
color: #a2e59e;
}
.color-5 {
color: #f0f59e;
}

/* CSS Variables */
:root {
--color-1: #1b649d;
--color-2: #3cb1c8;
--color-3: #6ed8d0;
--color-4: #a2e59e;
--color-5: #f0f59e;
}

Turquoise Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b649d, #3cb1c8, #6ed8d0, #a2e59e, #f0f59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b649d, #3cb1c8, #6ed8d0, #a2e59e, #f0f59e);
}

Turquoise Breeze color palette created on .