Sandy Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sandy Serenity palette

Condividi questa palette a:

tavolozza dei colori Sandy Serenity CSS

/* CSS */
.color-1 {
color: #b7a99a;
}
.color-2 {
color: #d2c7b2;
}
.color-3 {
color: #e6cfb3;
}
.color-4 {
color: #f7e5b1;
}
.color-5 {
color: #c6a66c;
}

/* CSS Variables */
:root {
--color-1: #b7a99a;
--color-2: #d2c7b2;
--color-3: #e6cfb3;
--color-4: #f7e5b1;
--color-5: #c6a66c;
}

CSS con gradiente di sfondo Sandy Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a99a, #d2c7b2, #e6cfb3, #f7e5b1, #c6a66c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a99a, #d2c7b2, #e6cfb3, #f7e5b1, #c6a66c);
}

Sandy Serenity color palette created on .