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