Golden Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Serenity palette

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

Golden Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d358;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e68a00;
}
.color-4 {
color: #c76d00;
}
.color-5 {
color: #a34c00;
}

/* CSS Variables */
:root {
--color-1: #f9d358;
--color-2: #f0a800;
--color-3: #e68a00;
--color-4: #c76d00;
--color-5: #a34c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d358, #f0a800, #e68a00, #c76d00, #a34c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d358, #f0a800, #e68a00, #c76d00, #a34c00);
}

Golden Serenity color palette created on .