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