Spiky Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spiky Serenity palette

Share this palette to:

Spiky Serenity color palette CSS

/* CSS */
.color-1 {
color: #da6b2b;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #9fdfd6;
}
.color-4 {
color: #3b8cc9;
}
.color-5 {
color: #4d5b9d;
}

/* CSS Variables */
:root {
--color-1: #da6b2b;
--color-2: #f8caa5;
--color-3: #9fdfd6;
--color-4: #3b8cc9;
--color-5: #4d5b9d;
}

Spiky Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da6b2b, #f8caa5, #9fdfd6, #3b8cc9, #4d5b9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da6b2b, #f8caa5, #9fdfd6, #3b8cc9, #4d5b9d);
}

Spiky Serenity color palette created on .