Japandi Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japandi Serenity palette
Japandi Serenity color palette PNG image
Japandi Serenity color palette CSS
/* CSS */
.color-1 {
color: #b2c0c7;
}
.color-2 {
color: #d7e5e0;
}
.color-3 {
color: #f5f2e5;
}
.color-4 {
color: #e0c4b3;
}
.color-5 {
color: #b29b7b;
}
/* CSS Variables */
:root {
--color-1: #b2c0c7;
--color-2: #d7e5e0;
--color-3: #f5f2e5;
--color-4: #e0c4b3;
--color-5: #b29b7b;
}
Japandi Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c0c7, #d7e5e0, #f5f2e5, #e0c4b3, #b29b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c0c7, #d7e5e0, #f5f2e5, #e0c4b3, #b29b7b);
}
Similar color palettes
Scroll down to explore 200+ colors.japandi color palettes
Japandi Serenity color palette created on .