Japanese Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Japanese Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Japanese Serenity Color Palette (PNG)
Japanese Serenity color palette CSS
/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e87d7d;
}
.color-4 {
color: #d65c68;
}
.color-5 {
color: #a54a66;
}
/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a8a2;
--color-3: #e87d7d;
--color-4: #d65c68;
--color-5: #a54a66;
}
Japanese Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a8a2, #e87d7d, #d65c68, #a54a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a8a2, #e87d7d, #d65c68, #a54a66);
}
Similar color palettes
Japanese Serenity color palette created on .