Paleta de colores Shades of Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Red palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Red

/* CSS */
.color-1 {
color: #f1e9e9;
}
.color-2 {
color: #f4ecec;
}
.color-3 {
color: #f7eded;
}
.color-4 {
color: #fdf7f7;
}
.color-5 {
color: #fefbfb;
}

/* CSS Variables */
:root {
--color-1: #f1e9e9;
--color-2: #f4ecec;
--color-3: #f7eded;
--color-4: #fdf7f7;
--color-5: #fefbfb;
}

CSS del degradado de fondo Shades of Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9e9, #f4ecec, #f7eded, #fdf7f7, #fefbfb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9e9, #f4ecec, #f7eded, #fdf7f7, #fefbfb);
}

Shades of Red color palette created on .