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