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