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