Paleta de colores Sunkissed Crimson

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunkissed Crimson palette

Compartir esta paleta en:

CSS de la paleta de colores Sunkissed Crimson

/* CSS */
.color-1 {
color: #6a3e3e;
}
.color-2 {
color: #a45b5b;
}
.color-3 {
color: #c76b6b;
}
.color-4 {
color: #d89d9d;
}
.color-5 {
color: #eab8b8;
}

/* CSS Variables */
:root {
--color-1: #6a3e3e;
--color-2: #a45b5b;
--color-3: #c76b6b;
--color-4: #d89d9d;
--color-5: #eab8b8;
}

CSS del degradado de fondo Sunkissed Crimson

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3e3e, #a45b5b, #c76b6b, #d89d9d, #eab8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3e3e, #a45b5b, #c76b6b, #d89d9d, #eab8b8);
}

Sunkissed Crimson color palette created on .