Shades of Cyan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Cyan palette
Shades of Cyan color palette CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #009ec2;
}
.color-3 {
color: #0095b3;
}
.color-4 {
color: #0083a3;
}
.color-5 {
color: #007494;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #009ec2;
--color-3: #0095b3;
--color-4: #0083a3;
--color-5: #007494;
}
Shades of Cyan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #009ec2, #0095b3, #0083a3, #007494);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #009ec2, #0095b3, #0083a3, #007494);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Shades of Cyan color palette created on .