Golden Artemis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Artemis palette

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

Golden Artemis カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e5b0;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #e6a84c;
}
.color-4 {
color: #d68a2e;
}
.color-5 {
color: #b6693a;
}

/* CSS Variables */
:root {
--color-1: #f7e5b0;
--color-2: #f1c84b;
--color-3: #e6a84c;
--color-4: #d68a2e;
--color-5: #b6693a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e5b0, #f1c84b, #e6a84c, #d68a2e, #b6693a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e5b0, #f1c84b, #e6a84c, #d68a2e, #b6693a);
}

Golden Artemis color palette created on .