Golden Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Serenade palette

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

Golden Serenade カラーパレット (PNG) をダウンロード

Download golden serenade color palette PNG image (landscape)
Download golden serenade color palette PNG image (square)

Golden Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f4b22f;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f3d17c;
}
.color-4 {
color: #e8d8b0;
}
.color-5 {
color: #e6e7d5;
}

/* CSS Variables */
:root {
--color-1: #f4b22f;
--color-2: #f1c84b;
--color-3: #f3d17c;
--color-4: #e8d8b0;
--color-5: #e6e7d5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b22f, #f1c84b, #f3d17c, #e8d8b0, #e6e7d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b22f, #f1c84b, #f3d17c, #e8d8b0, #e6e7d5);
}

Golden Serenade color palette created on .