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