Yellow Dandy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Dandy palette

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

Yellow Dandy カラー パレット PNG 画像

Download yellow dandy color palette PNG image (landscape)
Download yellow dandy color palette PNG image (square)

Yellow Dandy カラーパレット CSS

/* CSS */
.color-1 {
color: #dc7309;
}
.color-2 {
color: #7a880c;
}
.color-3 {
color: #176d2e;
}
.color-4 {
color: #1d3e3b;
}
.color-5 {
color: #0e483c;
}

/* CSS Variables */
:root {
--color-1: #dc7309;
--color-2: #7a880c;
--color-3: #176d2e;
--color-4: #1d3e3b;
--color-5: #0e483c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dc7309, #7a880c, #176d2e, #1d3e3b, #0e483c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dc7309, #7a880c, #176d2e, #1d3e3b, #0e483c);
}

Yellow Dandy color palette created on .