Divine Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Divine Serenity palette

Share this palette to:

Divine Serenity color palette CSS

/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f9e3b4;
}
.color-3 {
color: #e3d6ba;
}
.color-4 {
color: #c8d6e5;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f9e3b4;
--color-3: #e3d6ba;
--color-4: #c8d6e5;
--color-5: #a3c7e0;
}

Divine Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f9e3b4, #e3d6ba, #c8d6e5, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f9e3b4, #e3d6ba, #c8d6e5, #a3c7e0);
}

Divine Serenity color palette created on .