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: #4ccdc4;
}
.color-2 {
color: #a4e0e5;
}
.color-3 {
color: #f8f2f2;
}
.color-4 {
color: #fbd87e;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #4ccdc4;
--color-2: #a4e0e5;
--color-3: #f8f2f2;
--color-4: #fbd87e;
--color-5: #ff6e61;
}
Turquoise Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ccdc4, #a4e0e5, #f8f2f2, #fbd87e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ccdc4, #a4e0e5, #f8f2f2, #fbd87e, #ff6e61);
}
Similar color palettes
Turquoise Breeze color palette created on .