Shades of Cyan Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Cyan Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Cyan Blue CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #0097a8;
}
.color-3 {
color: #007a6c;
}
.color-4 {
color: #004d40;
}
.color-5 {
color: #00332a;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #0097a8;
--color-3: #007a6c;
--color-4: #004d40;
--color-5: #00332a;
}

CSS con gradiente di sfondo Shades of Cyan Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #0097a8, #007a6c, #004d40, #00332a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #0097a8, #007a6c, #004d40, #00332a);
}

Shades of Cyan Blue color palette created on .