Golden Dandy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Dandy palette

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

Golden Dandy カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e08a00;
}
.color-4 {
color: #d67600;
}
.color-5 {
color: #cc6300;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f0a800;
--color-3: #e08a00;
--color-4: #d67600;
--color-5: #cc6300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f0a800, #e08a00, #d67600, #cc6300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f0a800, #e08a00, #d67600, #cc6300);
}

Golden Dandy color palette created on .