Turquoise Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Breeze palette
Turquoise Breeze color palette CSS
/* CSS */
.color-1 {
color: #4ca6b8;
}
.color-2 {
color: #70d2b4;
}
.color-3 {
color: #bae8a1;
}
.color-4 {
color: #f9d25d;
}
.color-5 {
color: #f48d3e;
}
/* CSS Variables */
:root {
--color-1: #4ca6b8;
--color-2: #70d2b4;
--color-3: #bae8a1;
--color-4: #f9d25d;
--color-5: #f48d3e;
}
Turquoise Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ca6b8, #70d2b4, #bae8a1, #f9d25d, #f48d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ca6b8, #70d2b4, #bae8a1, #f9d25d, #f48d3e);
}
Similar color palettes
Turquoise Breeze color palette created on .