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