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