Paleta de colores Amor Red Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amor Red Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Amor Red Shades

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #e24650;
}
.color-3 {
color: #f76b69;
}
.color-4 {
color: #ff9b80;
}
.color-5 {
color: #ffb5b3;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #e24650;
--color-3: #f76b69;
--color-4: #ff9b80;
--color-5: #ffb5b3;
}

CSS del degradado de fondo Amor Red Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #e24650, #f76b69, #ff9b80, #ffb5b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #e24650, #f76b69, #ff9b80, #ffb5b3);
}

Amor Red Shades color palette created on .