Skeptical Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skeptical Serenity palette

Share this palette to:

Skeptical Serenity color palette CSS

/* CSS */
.color-1 {
color: #103784;
}
.color-2 {
color: #267bc5;
}
.color-3 {
color: #63b4e3;
}
.color-4 {
color: #f8b687;
}
.color-5 {
color: #ef438e;
}

/* CSS Variables */
:root {
--color-1: #103784;
--color-2: #267bc5;
--color-3: #63b4e3;
--color-4: #f8b687;
--color-5: #ef438e;
}

Skeptical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #103784, #267bc5, #63b4e3, #f8b687, #ef438e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #103784, #267bc5, #63b4e3, #f8b687, #ef438e);
}

Similar color palettes

Skeptical Serenity color palette created on .