Heist of Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Heist of Hues palette

このパレットを共有する先:

Heist of Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #d93a3a;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #29b0ff;
}
.color-5 {
color: #2e6b50;
}

/* CSS Variables */
:root {
--color-1: #d93a3a;
--color-2: #f4a462;
--color-3: #ffcb5c;
--color-4: #29b0ff;
--color-5: #2e6b50;
}

Heist of Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93a3a, #f4a462, #ffcb5c, #29b0ff, #2e6b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93a3a, #f4a462, #ffcb5c, #29b0ff, #2e6b50);
}

Heist of Hues color palette created on .