Crystal Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crystal Serenity palette

Share this palette to:

Crystal Serenity color palette CSS

/* CSS */
.color-1 {
color: #a6e3e0;
}
.color-2 {
color: #b1e2e1;
}
.color-3 {
color: #c6f1e6;
}
.color-4 {
color: #f1b1c5;
}
.color-5 {
color: #f4a4b3;
}

/* CSS Variables */
:root {
--color-1: #a6e3e0;
--color-2: #b1e2e1;
--color-3: #c6f1e6;
--color-4: #f1b1c5;
--color-5: #f4a4b3;
}

Crystal Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e3e0, #b1e2e1, #c6f1e6, #f1b1c5, #f4a4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e3e0, #b1e2e1, #c6f1e6, #f1b1c5, #f4a4b3);
}

Crystal Serenity color palette created on .