Sandy Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sandy Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sandy Serenity Color Palette (PNG)
Sandy Serenity color palette CSS
/* CSS */
.color-1 {
color: #f5e1b2;
}
.color-2 {
color: #d4c2a1;
}
.color-3 {
color: #bea99d;
}
.color-4 {
color: #a68a7d;
}
.color-5 {
color: #7d5d4f;
}
/* CSS Variables */
:root {
--color-1: #f5e1b2;
--color-2: #d4c2a1;
--color-3: #bea99d;
--color-4: #a68a7d;
--color-5: #7d5d4f;
}
Sandy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1b2, #d4c2a1, #bea99d, #a68a7d, #7d5d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1b2, #d4c2a1, #bea99d, #a68a7d, #7d5d4f);
}
Similar color palettes
Scroll down to explore 5 Beach color palettes
Sandy Serenity color palette created on .