Paleta de colores Shades of Cyan

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Cyan palette

Compartir esta paleta en:

Descargar la paleta de colores Shades of Cyan (PNG)

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

CSS de la paleta de colores Shades of Cyan

/* 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 del degradado de fondo 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 .