Paleta de colores Shades of Amaranth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Amaranth palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Amaranth

/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #f27d7f;
}
.color-3 {
color: #f9b4b4;
}
.color-4 {
color: #fce3d4;
}
.color-5 {
color: #ffebb8;
}

/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f27d7f;
--color-3: #f9b4b4;
--color-4: #fce3d4;
--color-5: #ffebb8;
}

CSS del degradado de fondo Shades of Amaranth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f27d7f, #f9b4b4, #fce3d4, #ffebb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f27d7f, #f9b4b4, #fce3d4, #ffebb8);
}

Shades of Amaranth color palette created on .