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