Paleta de colores Amaranth Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amaranth Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Amaranth Sunset

/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #ef6c75;
}
.color-3 {
color: #f3a27c;
}
.color-4 {
color: #f3d57c;
}
.color-5 {
color: #bad77e;
}

/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #ef6c75;
--color-3: #f3a27c;
--color-4: #f3d57c;
--color-5: #bad77e;
}

CSS del degradado de fondo Amaranth Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #ef6c75, #f3a27c, #f3d57c, #bad77e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #ef6c75, #f3a27c, #f3d57c, #bad77e);
}

Amaranth Sunset color palette created on .