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