Paleta de colores Blooms of Amaryllis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blooms of Amaryllis palette

Compartir esta paleta en:

CSS de la paleta de colores Blooms of Amaryllis

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #fbaf3c;
}
.color-3 {
color: #f6d13c;
}
.color-4 {
color: #a1d85a;
}
.color-5 {
color: #4b9b8c;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #fbaf3c;
--color-3: #f6d13c;
--color-4: #a1d85a;
--color-5: #4b9b8c;
}

CSS del degradado de fondo Blooms of Amaryllis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #fbaf3c, #f6d13c, #a1d85a, #4b9b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #fbaf3c, #f6d13c, #a1d85a, #4b9b8c);
}

Blooms of Amaryllis color palette created on .