Blushing Blooms Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Blooms palette

Condividi questa palette a:

tavolozza dei colori Blushing Blooms CSS

/* CSS */
.color-1 {
color: #f46e66;
}
.color-2 {
color: #f39886;
}
.color-3 {
color: #f4aaa4;
}
.color-4 {
color: #eab3c9;
}
.color-5 {
color: #e09ab0;
}

/* CSS Variables */
:root {
--color-1: #f46e66;
--color-2: #f39886;
--color-3: #f4aaa4;
--color-4: #eab3c9;
--color-5: #e09ab0;
}

CSS con gradiente di sfondo Blushing Blooms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f46e66, #f39886, #f4aaa4, #eab3c9, #e09ab0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f46e66, #f39886, #f4aaa4, #eab3c9, #e09ab0);
}

Blushing Blooms color palette created on .