Sweet Blush Confection Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Blush Confection palette

Condividi questa palette a:

tavolozza dei colori Sweet Blush Confection CSS

/* CSS */
.color-1 {
color: #f9c8d7;
}
.color-2 {
color: #f27d93;
}
.color-3 {
color: #d96d7a;
}
.color-4 {
color: #c76b8b;
}
.color-5 {
color: #a34d65;
}

/* CSS Variables */
:root {
--color-1: #f9c8d7;
--color-2: #f27d93;
--color-3: #d96d7a;
--color-4: #c76b8b;
--color-5: #a34d65;
}

CSS con gradiente di sfondo Sweet Blush Confection

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d7, #f27d93, #d96d7a, #c76b8b, #a34d65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d7, #f27d93, #d96d7a, #c76b8b, #a34d65);
}

Sweet Blush Confection color palette created on .