Sweet Undead Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Undead Harmony palette

Condividi questa palette a:

tavolozza dei colori Sweet Undead Harmony CSS

/* CSS */
.color-1 {
color: #f4b8c4;
}
.color-2 {
color: #f6e7d5;
}
.color-3 {
color: #d0e7e3;
}
.color-4 {
color: #b9e4c9;
}
.color-5 {
color: #a8e6cf;
}

/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #f6e7d5;
--color-3: #d0e7e3;
--color-4: #b9e4c9;
--color-5: #a8e6cf;
}

CSS con gradiente di sfondo Sweet Undead Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #f6e7d5, #d0e7e3, #b9e4c9, #a8e6cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #f6e7d5, #d0e7e3, #b9e4c9, #a8e6cf);
}

Sweet Undead Harmony color palette created on .