Serene Stones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Stones palette

Share this palette to:

Serene Stones color palette CSS

/* CSS */
.color-1 {
color: #c4b6a6;
}
.color-2 {
color: #b5d4cf;
}
.color-3 {
color: #a3c8c0;
}
.color-4 {
color: #e2b8a1;
}
.color-5 {
color: #f4e3d7;
}

/* CSS Variables */
:root {
--color-1: #c4b6a6;
--color-2: #b5d4cf;
--color-3: #a3c8c0;
--color-4: #e2b8a1;
--color-5: #f4e3d7;
}

Serene Stones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b6a6, #b5d4cf, #a3c8c0, #e2b8a1, #f4e3d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b6a6, #b5d4cf, #a3c8c0, #e2b8a1, #f4e3d7);
}

Serene Stones color palette created on .