Oslo Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oslo Serenity palette

Share this palette to:

Oslo Serenity color palette PNG image

Download oslo serenity color palette PNG image (landscape)
Download oslo serenity color palette PNG image (square)

Oslo Serenity color palette CSS

/* CSS */
.color-1 {
color: #a6b2b5;
}
.color-2 {
color: #bec4c6;
}
.color-3 {
color: #d7dada;
}
.color-4 {
color: #e9ecec;
}
.color-5 {
color: #f6f8f8;
}

/* CSS Variables */
:root {
--color-1: #a6b2b5;
--color-2: #bec4c6;
--color-3: #d7dada;
--color-4: #e9ecec;
--color-5: #f6f8f8;
}

Oslo Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6b2b5, #bec4c6, #d7dada, #e9ecec, #f6f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6b2b5, #bec4c6, #d7dada, #e9ecec, #f6f8f8);
}

Oslo Serenity color palette created on .