Goddess Glow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Goddess Glow palette
Goddess Glow カラーパレット CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ffbaa3;
}
.color-5 {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e61;
--color-3: #ff998a;
--color-4: #ffbaa3;
--color-5: #ffe3b3;
}
Goddess Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e61, #ff998a, #ffbaa3, #ffe3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e61, #ff998a, #ffbaa3, #ffe3b3);
}
似たようなカラーパレット
下にスクロールして300+個のブライトカラーパレットを探索しましょう
Goddess Glow color palette created on .