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