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