Turquoise Cruise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Cruise palette
Turquoise Cruise color palette CSS
/* CSS */
.color-1 {
color: #b6ece0;
}
.color-2 {
color: #a3e0d6;
}
.color-3 {
color: #85d5c8;
}
.color-4 {
color: #67c1b3;
}
.color-5 {
color: #3dae99;
}
/* CSS Variables */
:root {
--color-1: #b6ece0;
--color-2: #a3e0d6;
--color-3: #85d5c8;
--color-4: #67c1b3;
--color-5: #3dae99;
}
Turquoise Cruise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6ece0, #a3e0d6, #85d5c8, #67c1b3, #3dae99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6ece0, #a3e0d6, #85d5c8, #67c1b3, #3dae99);
}
Similar color palettes
Turquoise Cruise color palette created on .