Blue Mist カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Mist palette
Blue Mist カラーパレット CSS
/* CSS */
.color-1 {
color: #b5d0e8;
}
.color-2 {
color: #9cc5e2;
}
.color-3 {
color: #69b7d8;
}
.color-4 {
color: #41a3c3;
}
.color-5 {
color: #1f8d9e;
}
/* CSS Variables */
:root {
--color-1: #b5d0e8;
--color-2: #9cc5e2;
--color-3: #69b7d8;
--color-4: #41a3c3;
--color-5: #1f8d9e;
}
Blue Mist の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d0e8, #9cc5e2, #69b7d8, #41a3c3, #1f8d9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d0e8, #9cc5e2, #69b7d8, #41a3c3, #1f8d9e);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Blue Mist color palette created on .