Blooms of Amaryllis Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blooms of Amaryllis palette

Condividi questa palette a:

tavolozza dei colori Blooms of Amaryllis CSS

/* 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 con gradiente di sfondo 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 .