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: #aef4fe;
}
.color-2 {
color: #8dfcf3;
}
.color-3 {
color: #bdfdb9;
}
.color-4 {
color: #e6feb9;
}
.color-5 {
color: #fafebe;
}

/* CSS Variables */
:root {
--color-1: #aef4fe;
--color-2: #8dfcf3;
--color-3: #bdfdb9;
--color-4: #e6feb9;
--color-5: #fafebe;
}

CSS del degradado de fondo Bright Cyan

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aef4fe, #8dfcf3, #bdfdb9, #e6feb9, #fafebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aef4fe, #8dfcf3, #bdfdb9, #e6feb9, #fafebe);
}

Bright Cyan color palette created on .