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