Scandinavian カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Scandinavian palette
Scandinavian カラー パレット PNG 画像
Scandinavian カラーパレット CSS
/* CSS */
.color-1 {
color: #eff3f5;
}
.color-2 {
color: #e0e7eb;
}
.color-3 {
color: #d0d9dd;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #6ea9d8;
}
/* CSS Variables */
:root {
--color-1: #eff3f5;
--color-2: #e0e7eb;
--color-3: #d0d9dd;
--color-4: #a2c7e7;
--color-5: #6ea9d8;
}
Scandinavian の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eff3f5, #e0e7eb, #d0d9dd, #a2c7e7, #6ea9d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eff3f5, #e0e7eb, #d0d9dd, #a2c7e7, #6ea9d8);
}
似たようなカラーパレット
下にスクロールして2個のスカンジナビアカラーパレットを探索しましょう
Scandinavian color palette created on .