Odin's Glow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Odin's Glow palette
Odin's Glow カラー パレット PNG 画像
Odin's Glow カラーパレット CSS
/* CSS */
.color-1 {
color: #6300e6;
}
.color-2 {
color: #5900b3;
}
.color-3 {
color: #47008f;
}
.color-4 {
color: #280057;
}
.color-5 {
color: #050307;
}
/* CSS Variables */
:root {
--color-1: #6300e6;
--color-2: #5900b3;
--color-3: #47008f;
--color-4: #280057;
--color-5: #050307;
}
Odin's Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6300e6, #5900b3, #47008f, #280057, #050307);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6300e6, #5900b3, #47008f, #280057, #050307);
}
似たようなカラーパレット
Odin's Glow color palette created on .