Paleta de colores Shades of Amaranth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Amaranth palette
CSS de la paleta de colores Shades of Amaranth
/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #f55b8c;
}
.color-3 {
color: #f9a4b9;
}
.color-4 {
color: #fcf6d9;
}
.color-5 {
color: #f9d75d;
}
/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f55b8c;
--color-3: #f9a4b9;
--color-4: #fcf6d9;
--color-5: #f9d75d;
}
CSS del degradado de fondo Shades of Amaranth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f55b8c, #f9a4b9, #fcf6d9, #f9d75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f55b8c, #f9a4b9, #fcf6d9, #f9d75d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Shades of Amaranth color palette created on .