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