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