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