Shades of Cyan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Cyan palette

Share this palette to:

Download Shades of Cyan Color Palette (PNG)

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

Shades of Cyan color palette 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;
}

Shades of Cyan background gradient CSS

/* 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 .