Blossoming Romance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blossoming Romance palette

Condividi questa palette a:

tavolozza dei colori Blossoming Romance CSS

/* CSS */
.color-1 {
color: #f9c7b4;
}
.color-2 {
color: #ffba75;
}
.color-3 {
color: #f2e1a1;
}
.color-4 {
color: #b3e0e5;
}
.color-5 {
color: #7dc7ca;
}

/* CSS Variables */
:root {
--color-1: #f9c7b4;
--color-2: #ffba75;
--color-3: #f2e1a1;
--color-4: #b3e0e5;
--color-5: #7dc7ca;
}

CSS con gradiente di sfondo Blossoming Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c7b4, #ffba75, #f2e1a1, #b3e0e5, #7dc7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c7b4, #ffba75, #f2e1a1, #b3e0e5, #7dc7ca);
}

Blossoming Romance color palette created on .