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