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