Sweet Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Serenity palette

Condividi questa palette a:

tavolozza dei colori Sweet Serenity CSS

/* CSS */
.color-1 {
color: #d4a2e2;
}
.color-2 {
color: #cb76c0;
}
.color-3 {
color: #bf4594;
}
.color-4 {
color: #9251bd;
}
.color-5 {
color: #4236ab;
}

/* CSS Variables */
:root {
--color-1: #d4a2e2;
--color-2: #cb76c0;
--color-3: #bf4594;
--color-4: #9251bd;
--color-5: #4236ab;
}

CSS con gradiente di sfondo Sweet Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a2e2, #cb76c0, #bf4594, #9251bd, #4236ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a2e2, #cb76c0, #bf4594, #9251bd, #4236ab);
}

Sweet Serenity color palette created on .