Golden Moon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Moon palette

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

Golden Moon カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e68a;
}
.color-2 {
color: #d6a400;
}
.color-3 {
color: #b37d00;
}
.color-4 {
color: #8a5c00;
}
.color-5 {
color: #613c00;
}

/* CSS Variables */
:root {
--color-1: #f0e68a;
--color-2: #d6a400;
--color-3: #b37d00;
--color-4: #8a5c00;
--color-5: #613c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e68a, #d6a400, #b37d00, #8a5c00, #613c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e68a, #d6a400, #b37d00, #8a5c00, #613c00);
}

Golden Moon color palette created on .