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