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