Golden Stars カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Stars palette

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

Golden Stars カラーパレット CSS

/* CSS */
.color-1 {
color: #f4b943;
}
.color-2 {
color: #f7a659;
}
.color-3 {
color: #f5a76b;
}
.color-4 {
color: #f7c1a6;
}
.color-5 {
color: #f4e4d7;
}

/* CSS Variables */
:root {
--color-1: #f4b943;
--color-2: #f7a659;
--color-3: #f5a76b;
--color-4: #f7c1a6;
--color-5: #f4e4d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b943, #f7a659, #f5a76b, #f7c1a6, #f4e4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b943, #f7a659, #f5a76b, #f7c1a6, #f4e4d7);
}

Golden Stars color palette created on .