Sweetheart Confections Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweetheart Confections palette

Condividi questa palette a:

tavolozza dei colori Sweetheart Confections CSS

/* CSS */
.color-1 {
color: #5b3939;
}
.color-2 {
color: #a85d5d;
}
.color-3 {
color: #d39c9c;
}
.color-4 {
color: #e2aea6;
}
.color-5 {
color: #f0d6d6;
}

/* CSS Variables */
:root {
--color-1: #5b3939;
--color-2: #a85d5d;
--color-3: #d39c9c;
--color-4: #e2aea6;
--color-5: #f0d6d6;
}

CSS con gradiente di sfondo Sweetheart Confections

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3939, #a85d5d, #d39c9c, #e2aea6, #f0d6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3939, #a85d5d, #d39c9c, #e2aea6, #f0d6d6);
}

Sweetheart Confections color palette created on .