Blooming Harmony Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blooming Harmony palette

Condividi questa palette a:

tavolozza dei colori Blooming Harmony CSS

/* CSS */
.color-1 {
color: #f3b4c1;
}
.color-2 {
color: #f7e7a1;
}
.color-3 {
color: #b3e7b1;
}
.color-4 {
color: #8dc8e2;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f3b4c1;
--color-2: #f7e7a1;
--color-3: #b3e7b1;
--color-4: #8dc8e2;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Blooming Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4c1, #f7e7a1, #b3e7b1, #8dc8e2, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4c1, #f7e7a1, #b3e7b1, #8dc8e2, #ff6e61);
}

Blooming Harmony color palette created on .