Frostbite Blues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Frostbite Blues palette
Frostbite Blues カラーパレット CSS
/* CSS */
.color-1 {
color: #e0e9f0;
}
.color-2 {
color: #c6d5e1;
}
.color-3 {
color: #aac4ca;
}
.color-4 {
color: #a1b9bf;
}
.color-5 {
color: #98adae;
}
/* CSS Variables */
:root {
--color-1: #e0e9f0;
--color-2: #c6d5e1;
--color-3: #aac4ca;
--color-4: #a1b9bf;
--color-5: #98adae;
}
Frostbite Blues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e9f0, #c6d5e1, #aac4ca, #a1b9bf, #98adae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e9f0, #c6d5e1, #aac4ca, #a1b9bf, #98adae);
}
似たようなカラーパレット
Frostbite Blues color palette created on .