Sweethearts' Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweethearts' Delight palette

Condividi questa palette a:

tavolozza dei colori Sweethearts' Delight CSS

/* CSS */
.color-1 {
color: #f3e8d3;
}
.color-2 {
color: #f6c3b1;
}
.color-3 {
color: #f8a3a0;
}
.color-4 {
color: #f27963;
}
.color-5 {
color: #f25e40;
}

/* CSS Variables */
:root {
--color-1: #f3e8d3;
--color-2: #f6c3b1;
--color-3: #f8a3a0;
--color-4: #f27963;
--color-5: #f25e40;
}

CSS con gradiente di sfondo Sweethearts' Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e8d3, #f6c3b1, #f8a3a0, #f27963, #f25e40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e8d3, #f6c3b1, #f8a3a0, #f27963, #f25e40);
}

Sweethearts' Delight color palette created on .