Golden Cheese カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Cheese palette

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

Golden Cheese カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc20a;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ff9100;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ff5024;
}

/* CSS Variables */
:root {
--color-1: #ffc20a;
--color-2: #ffb300;
--color-3: #ff9100;
--color-4: #ff6d1f;
--color-5: #ff5024;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc20a, #ffb300, #ff9100, #ff6d1f, #ff5024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc20a, #ffb300, #ff9100, #ff6d1f, #ff5024);
}

Golden Cheese color palette created on .