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