Serenity of the Moonlit Onsen カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serenity of the Moonlit Onsen palette
Serenity of the Moonlit Onsen カラーパレット 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 の背景のグラデーション 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);
}
似たようなカラーパレット
Serenity of the Moonlit Onsen color palette created on .