Spear of Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spear of Serenity palette

Share this palette to:

Spear of Serenity color palette CSS

/* CSS */
.color-1 {
color: #006c75;
}
.color-2 {
color: #82c4bf;
}
.color-3 {
color: #ffddd1;
}
.color-4 {
color: #ffad42;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #006c75;
--color-2: #82c4bf;
--color-3: #ffddd1;
--color-4: #ffad42;
--color-5: #ff667d;
}

Spear of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006c75, #82c4bf, #ffddd1, #ffad42, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006c75, #82c4bf, #ffddd1, #ffad42, #ff667d);
}

Spear of Serenity color palette created on .