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