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