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: #b8d5b4;
}
.color-3 {
color: #d8e6d1;
}
.color-4 {
color: #f2f9e6;
}
.color-5 {
color: #f2f3ec;
}
/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #b8d5b4;
--color-3: #d8e6d1;
--color-4: #f2f9e6;
--color-5: #f2f3ec;
}
Nordic Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #b8d5b4, #d8e6d1, #f2f9e6, #f2f3ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #b8d5b4, #d8e6d1, #f2f9e6, #f2f3ec);
}
似たようなカラーパレット
Nordic Serenity color palette created on .