Serene Sanctuary Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sanctuary palette

Share this palette to:

Serene Sanctuary color palette CSS

/* CSS */
.color-1 {
color: #a6d8d4;
}
.color-2 {
color: #f4b39f;
}
.color-3 {
color: #f9e2b4;
}
.color-4 {
color: #f9cbbe;
}
.color-5 {
color: #d5a7e2;
}

/* CSS Variables */
:root {
--color-1: #a6d8d4;
--color-2: #f4b39f;
--color-3: #f9e2b4;
--color-4: #f9cbbe;
--color-5: #d5a7e2;
}

Serene Sanctuary background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8d4, #f4b39f, #f9e2b4, #f9cbbe, #d5a7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8d4, #f4b39f, #f9e2b4, #f9cbbe, #d5a7e2);
}

Serene Sanctuary color palette created on .