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