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