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