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