Paleta de colores Silly Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Silly Red palette

Compartir esta paleta en:

CSS de la paleta de colores Silly Red

/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f8c859;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #e5a49f;
}

/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f1b341;
--color-3: #f8c859;
--color-4: #f4e1a4;
--color-5: #e5a49f;
}

CSS del degradado de fondo Silly Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f1b341, #f8c859, #f4e1a4, #e5a49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f1b341, #f8c859, #f4e1a4, #e5a49f);
}

Silly Red color palette created on .