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