Serene Sands Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sands palette

Share this palette to:

Serene Sands color palette CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #4f9c9b;
}
.color-4 {
color: #2b8b9c;
}
.color-5 {
color: #1e5b6c;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f1c84b;
--color-3: #4f9c9b;
--color-4: #2b8b9c;
--color-5: #1e5b6c;
}

Serene Sands background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f1c84b, #4f9c9b, #2b8b9c, #1e5b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f1c84b, #4f9c9b, #2b8b9c, #1e5b6c);
}

Serene Sands color palette created on .