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