Sandy Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sandy Serenity palette

Share this palette to:

Sandy Serenity color palette CSS

/* CSS */
.color-1 {
color: #d9cca1;
}
.color-2 {
color: #e6cfb3;
}
.color-3 {
color: #f4e2c8;
}
.color-4 {
color: #f9e5d7;
}
.color-5 {
color: #fff5e0;
}

/* CSS Variables */
:root {
--color-1: #d9cca1;
--color-2: #e6cfb3;
--color-3: #f4e2c8;
--color-4: #f9e5d7;
--color-5: #fff5e0;
}

Sandy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cca1, #e6cfb3, #f4e2c8, #f9e5d7, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cca1, #e6cfb3, #f4e2c8, #f9e5d7, #fff5e0);
}

Sandy Serenity color palette created on .