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