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