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