Serenity of the Moonlit Onsen Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity of the Moonlit Onsen palette
Serenity of the Moonlit Onsen color palette CSS
/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #f4d171;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #9e7d67;
}
.color-5 {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #f4d171;
--color-3: #e9b79f;
--color-4: #9e7d67;
--color-5: #5b4b8b;
}
Serenity of the Moonlit Onsen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #f4d171, #e9b79f, #9e7d67, #5b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #f4d171, #e9b79f, #9e7d67, #5b4b8b);
}
Similar color palettes
Serenity of the Moonlit Onsen color palette created on .