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: #b1aaa0;
}
.color-2 {
color: #d1c6b8;
}
.color-3 {
color: #e6e0d6;
}
.color-4 {
color: #f4f0e6;
}
.color-5 {
color: #f9f6f1;
}
/* CSS Variables */
:root {
--color-1: #b1aaa0;
--color-2: #d1c6b8;
--color-3: #e6e0d6;
--color-4: #f4f0e6;
--color-5: #f9f6f1;
}
Sandy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1aaa0, #d1c6b8, #e6e0d6, #f4f0e6, #f9f6f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1aaa0, #d1c6b8, #e6e0d6, #f4f0e6, #f9f6f1);
}
Similar color palettes
Sandy Serenity color palette created on .