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