Sweet Plum Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Plum Delight palette

Condividi questa palette a:

tavolozza dei colori Sweet Plum Delight CSS

/* CSS */
.color-1 {
color: #4e2a50;
}
.color-2 {
color: #794b7c;
}
.color-3 {
color: #a56f9d;
}
.color-4 {
color: #d7a3c7;
}
.color-5 {
color: #f6d0df;
}

/* CSS Variables */
:root {
--color-1: #4e2a50;
--color-2: #794b7c;
--color-3: #a56f9d;
--color-4: #d7a3c7;
--color-5: #f6d0df;
}

CSS con gradiente di sfondo Sweet Plum Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e2a50, #794b7c, #a56f9d, #d7a3c7, #f6d0df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e2a50, #794b7c, #a56f9d, #d7a3c7, #f6d0df);
}

Sweet Plum Delight color palette created on .