Golden Nectar カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Nectar palette

このパレットを共有する先:

Golden Nectar カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b938;
}
.color-2 {
color: #e3a23b;
}
.color-3 {
color: #d8a24b;
}
.color-4 {
color: #c3892c;
}
.color-5 {
color: #a86029;
}

/* CSS Variables */
:root {
--color-1: #f5b938;
--color-2: #e3a23b;
--color-3: #d8a24b;
--color-4: #c3892c;
--color-5: #a86029;
}

Golden Nectar の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b938, #e3a23b, #d8a24b, #c3892c, #a86029);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b938, #e3a23b, #d8a24b, #c3892c, #a86029);
}

Golden Nectar color palette created on .