Golden Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Serenity palette

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

Golden Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f4b943;
}
.color-2 {
color: #f6d26f;
}
.color-3 {
color: #f5e29e;
}
.color-4 {
color: #f9c5a4;
}
.color-5 {
color: #f7a1a1;
}

/* CSS Variables */
:root {
--color-1: #f4b943;
--color-2: #f6d26f;
--color-3: #f5e29e;
--color-4: #f9c5a4;
--color-5: #f7a1a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b943, #f6d26f, #f5e29e, #f9c5a4, #f7a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b943, #f6d26f, #f5e29e, #f9c5a4, #f7a1a1);
}

Golden Serenity color palette created on .