Golden Cheese カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Cheese palette

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

Golden Cheese カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e0a0;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #d96b30;
}
.color-5 {
color: #c16c9f;
}

/* CSS Variables */
:root {
--color-1: #f8e0a0;
--color-2: #f1c84b;
--color-3: #f39c12;
--color-4: #d96b30;
--color-5: #c16c9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0a0, #f1c84b, #f39c12, #d96b30, #c16c9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0a0, #f1c84b, #f39c12, #d96b30, #c16c9f);
}

Golden Cheese color palette created on .