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