Spring Flower Colors Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Spring Flower Colors palette

Condividi questa palette a:

tavolozza dei colori Spring Flower Colors CSS

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #a3d459;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #a3d459;
--color-3: #ffb3c1;
--color-4: #ff6e61;
--color-5: #6b9cd1;
}

CSS con gradiente di sfondo Spring Flower Colors

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #a3d459, #ffb3c1, #ff6e61, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #a3d459, #ffb3c1, #ff6e61, #6b9cd1);
}

Spring Flower Colors color palette created on .