Stormy Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stormy Serenity palette

Share this palette to:

Stormy Serenity color palette CSS

/* CSS */
.color-1 {
color: #a8b2c7;
}
.color-2 {
color: #4c6b94;
}
.color-3 {
color: #2a4d6a;
}
.color-4 {
color: #1f3a61;
}
.color-5 {
color: #0d1c2b;
}

/* CSS Variables */
:root {
--color-1: #a8b2c7;
--color-2: #4c6b94;
--color-3: #2a4d6a;
--color-4: #1f3a61;
--color-5: #0d1c2b;
}

Stormy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b2c7, #4c6b94, #2a4d6a, #1f3a61, #0d1c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b2c7, #4c6b94, #2a4d6a, #1f3a61, #0d1c2b);
}

Stormy Serenity color palette created on .