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