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: #4ccfe1;
}
.color-2 {
color: #4cb8d6;
}
.color-3 {
color: #499fca;
}
.color-4 {
color: #49a1d4;
}
.color-5 {
color: #65d7e2;
}
/* CSS Variables */
:root {
--color-1: #4ccfe1;
--color-2: #4cb8d6;
--color-3: #499fca;
--color-4: #49a1d4;
--color-5: #65d7e2;
}
Turquoise Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ccfe1, #4cb8d6, #499fca, #49a1d4, #65d7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ccfe1, #4cb8d6, #499fca, #49a1d4, #65d7e2);
}
Similar color palettes
Turquoise Breeze color palette created on .