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