Blossoms of February Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blossoms of February palette

Condividi questa palette a:

tavolozza dei colori Blossoms of February CSS

/* CSS */
.color-1 {
color: #f6cbd1;
}
.color-2 {
color: #f8e5a0;
}
.color-3 {
color: #f0d8b7;
}
.color-4 {
color: #f2a6c7;
}
.color-5 {
color: #f25a7d;
}

/* CSS Variables */
:root {
--color-1: #f6cbd1;
--color-2: #f8e5a0;
--color-3: #f0d8b7;
--color-4: #f2a6c7;
--color-5: #f25a7d;
}

CSS con gradiente di sfondo Blossoms of February

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cbd1, #f8e5a0, #f0d8b7, #f2a6c7, #f25a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cbd1, #f8e5a0, #f0d8b7, #f2a6c7, #f25a7d);
}

Blossoms of February color palette created on .