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