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