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