Paleta de colores Bright Cyan

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Cyan palette

Compartir esta paleta en:

CSS de la paleta de colores Bright Cyan

/* CSS */
.color-1 {
color: #0cbfdf;
}
.color-2 {
color: #1beeea;
}
.color-3 {
color: #5af6f1;
}
.color-4 {
color: #91f8f3;
}
.color-5 {
color: #c2faf9;
}

/* CSS Variables */
:root {
--color-1: #0cbfdf;
--color-2: #1beeea;
--color-3: #5af6f1;
--color-4: #91f8f3;
--color-5: #c2faf9;
}

CSS del degradado de fondo Bright Cyan

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0cbfdf, #1beeea, #5af6f1, #91f8f3, #c2faf9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0cbfdf, #1beeea, #5af6f1, #91f8f3, #c2faf9);
}

Bright Cyan color palette created on .