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