Sandy Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sandy Serenity palette
Sandy Serenity color palette CSS
/* CSS */
.color-1 {
color: #d6c5b3;
}
.color-2 {
color: #b8a899;
}
.color-3 {
color: #a18b78;
}
.color-4 {
color: #c7a76b;
}
.color-5 {
color: #e2b98d;
}
/* CSS Variables */
:root {
--color-1: #d6c5b3;
--color-2: #b8a899;
--color-3: #a18b78;
--color-4: #c7a76b;
--color-5: #e2b98d;
}
Sandy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c5b3, #b8a899, #a18b78, #c7a76b, #e2b98d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c5b3, #b8a899, #a18b78, #c7a76b, #e2b98d);
}
Similar color palettes
Sandy Serenity color palette created on .