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