Japanese Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Japanese Serenity palette
Japanese Serenity カラー パレット PNG 画像
Japanese Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #afc2cf;
}
.color-2 {
color: #f2a1a5;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #e27c60;
}
.color-5 {
color: #c1e1df;
}
/* CSS Variables */
:root {
--color-1: #afc2cf;
--color-2: #f2a1a5;
--color-3: #f4cf3e;
--color-4: #e27c60;
--color-5: #c1e1df;
}
Japanese Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afc2cf, #f2a1a5, #f4cf3e, #e27c60, #c1e1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afc2cf, #f2a1a5, #f4cf3e, #e27c60, #c1e1df);
}
似たようなカラーパレット
Japanese Serenity color palette created on .