Golden Dandy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Dandy palette

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

Golden Dandy カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #fac800;
}
.color-3 {
color: #ffc800;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ffdf9e;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #fac800;
--color-3: #ffc800;
--color-4: #ffd942;
--color-5: #ffdf9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #fac800, #ffc800, #ffd942, #ffdf9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #fac800, #ffc800, #ffd942, #ffdf9e);
}

Golden Dandy color palette created on .