Paleta de colores Pale Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pale Red palette

Compartir esta paleta en:

CSS de la paleta de colores Pale Red

/* CSS */
.color-1 {
color: #f6d1b1;
}
.color-2 {
color: #f2a87d;
}
.color-3 {
color: #e37959;
}
.color-4 {
color: #d75342;
}
.color-5 {
color: #b52e2c;
}

/* CSS Variables */
:root {
--color-1: #f6d1b1;
--color-2: #f2a87d;
--color-3: #e37959;
--color-4: #d75342;
--color-5: #b52e2c;
}

CSS del degradado de fondo Pale Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d1b1, #f2a87d, #e37959, #d75342, #b52e2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d1b1, #f2a87d, #e37959, #d75342, #b52e2c);
}

Pale Red color palette created on .