Mystic Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystic Serenity palette

Share this palette to:

Mystic Serenity color palette CSS

/* CSS */
.color-1 {
color: #aad6da;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #f4dfb4;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #f5cac2;
}

/* CSS Variables */
:root {
--color-1: #aad6da;
--color-2: #f4b69f;
--color-3: #f4dfb4;
--color-4: #a7d7b8;
--color-5: #f5cac2;
}

Mystic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aad6da, #f4b69f, #f4dfb4, #a7d7b8, #f5cac2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aad6da, #f4b69f, #f4dfb4, #a7d7b8, #f5cac2);
}

Mystic Serenity color palette created on .