Shades of Cyan Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Cyan palette

Condividi questa palette a:

Scarica la tavolozza dei colori Shades of Cyan (PNG)

Download shades of cyan color palette PNG image (landscape)
Download shades of cyan color palette PNG image (square)

tavolozza dei colori Shades of Cyan CSS

/* CSS */
.color-1 {
color: #00ffff;
}
.color-2 {
color: #503c90;
}
.color-3 {
color: #0079a8;
}
.color-4 {
color: #00b2c2;
}
.color-5 {
color: #1f7c8e;
}

/* CSS Variables */
:root {
--color-1: #00ffff;
--color-2: #503c90;
--color-3: #0079a8;
--color-4: #00b2c2;
--color-5: #1f7c8e;
}

CSS con gradiente di sfondo Shades of Cyan

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffff, #503c90, #0079a8, #00b2c2, #1f7c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffff, #503c90, #0079a8, #00b2c2, #1f7c8e);
}

Shades of Cyan color palette created on .