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: #d9cbaf;
}
.color-2 {
color: #e9d6b4;
}
.color-3 {
color: #f1e3c6;
}
.color-4 {
color: #f8e1b4;
}
.color-5 {
color: #f4caae;
}

/* CSS Variables */
:root {
--color-1: #d9cbaf;
--color-2: #e9d6b4;
--color-3: #f1e3c6;
--color-4: #f8e1b4;
--color-5: #f4caae;
}

Sandy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cbaf, #e9d6b4, #f1e3c6, #f8e1b4, #f4caae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cbaf, #e9d6b4, #f1e3c6, #f8e1b4, #f4caae);
}

Sandy Serenity color palette created on .