Blush and Sunlight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blush and Sunlight palette

Condividi questa palette a:

tavolozza dei colori Blush and Sunlight CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8e7de;
}
.color-3 {
color: #f2ccbb;
}
.color-4 {
color: #fbcb65;
}
.color-5 {
color: #de9196;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8e7de;
--color-3: #f2ccbb;
--color-4: #fbcb65;
--color-5: #de9196;
}

CSS con gradiente di sfondo Blush and Sunlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8e7de, #f2ccbb, #fbcb65, #de9196);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8e7de, #f2ccbb, #fbcb65, #de9196);
}

Blush and Sunlight color palette created on .