Paleta de colores Cosmo

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cosmo palette

Compartir esta paleta en:

CSS de la paleta de colores Cosmo

/* CSS */
.color-1 {
color: #acb6c3;
}
.color-2 {
color: #c5cfd3;
}
.color-3 {
color: #e3e9ed;
}
.color-4 {
color: #fbe4e9;
}
.color-5 {
color: #f6bbbd;
}

/* CSS Variables */
:root {
--color-1: #acb6c3;
--color-2: #c5cfd3;
--color-3: #e3e9ed;
--color-4: #fbe4e9;
--color-5: #f6bbbd;
}

CSS del degradado de fondo Cosmo

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #acb6c3, #c5cfd3, #e3e9ed, #fbe4e9, #f6bbbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #acb6c3, #c5cfd3, #e3e9ed, #fbe4e9, #f6bbbd);
}

Cosmo color palette created on .