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