Oslo Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oslo Serenity palette
Oslo Serenity color palette PNG image
Oslo Serenity color palette CSS
/* CSS */
.color-1 {
color: #afb3b6;
}
.color-2 {
color: #bfc2c5;
}
.color-3 {
color: #d1d4d7;
}
.color-4 {
color: #e0e3e6;
}
.color-5 {
color: #eff2f5;
}
/* CSS Variables */
:root {
--color-1: #afb3b6;
--color-2: #bfc2c5;
--color-3: #d1d4d7;
--color-4: #e0e3e6;
--color-5: #eff2f5;
}
Oslo Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb3b6, #bfc2c5, #d1d4d7, #e0e3e6, #eff2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb3b6, #bfc2c5, #d1d4d7, #e0e3e6, #eff2f5);
}
Similar color palettes
Oslo Serenity color palette created on .