Golden Monarch's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Monarch's Embrace palette

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

Golden Monarch's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #db5000;
}
.color-3 {
color: #9e4f00;
}
.color-4 {
color: #7a3d00;
}
.color-5 {
color: #f9e1b4;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #db5000;
--color-3: #9e4f00;
--color-4: #7a3d00;
--color-5: #f9e1b4;
}

Golden Monarch's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #db5000, #9e4f00, #7a3d00, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #db5000, #9e4f00, #7a3d00, #f9e1b4);
}

Golden Monarch's Embrace color palette created on .