Shades of Cyan Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Cyan palette

Condividi questa palette a:

tavolozza dei colori Shades of Cyan 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;
}

CSS con gradiente di sfondo Shades of Cyan

/* 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);
}

Shades of Cyan color palette created on .