Paleta de colores Karol's Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Karol's Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Karol's Glow

/* CSS */
.color-1 {
color: #dba39e;
}
.color-2 {
color: #e5bdb8;
}
.color-3 {
color: #e2d0b6;
}
.color-4 {
color: #e8d7bf;
}
.color-5 {
color: #d8cc97;
}

/* CSS Variables */
:root {
--color-1: #dba39e;
--color-2: #e5bdb8;
--color-3: #e2d0b6;
--color-4: #e8d7bf;
--color-5: #d8cc97;
}

CSS del degradado de fondo Karol's Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dba39e, #e5bdb8, #e2d0b6, #e8d7bf, #d8cc97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dba39e, #e5bdb8, #e2d0b6, #e8d7bf, #d8cc97);
}

Karol's Glow color palette created on .