Resilient Blossoms Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Resilient Blossoms palette

Condividi questa palette a:

tavolozza dei colori Resilient Blossoms CSS

/* CSS */
.color-1 {
color: #fcb597;
}
.color-2 {
color: #fcc49c;
}
.color-3 {
color: #fde3af;
}
.color-4 {
color: #e7f797;
}
.color-5 {
color: #8cf2b0;
}

/* CSS Variables */
:root {
--color-1: #fcb597;
--color-2: #fcc49c;
--color-3: #fde3af;
--color-4: #e7f797;
--color-5: #8cf2b0;
}

CSS con gradiente di sfondo Resilient Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcb597, #fcc49c, #fde3af, #e7f797, #8cf2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcb597, #fcc49c, #fde3af, #e7f797, #8cf2b0);
}

Resilient Blossoms color palette created on .