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