Culinary Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Culinary Sunset palette

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

Culinary Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f57e00;
}
.color-3 {
color: #d74f1d;
}
.color-4 {
color: #a73e1b;
}
.color-5 {
color: #5f2b2c;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f57e00;
--color-3: #d74f1d;
--color-4: #a73e1b;
--color-5: #5f2b2c;
}

Culinary Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f57e00, #d74f1d, #a73e1b, #5f2b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f57e00, #d74f1d, #a73e1b, #5f2b2c);
}

Culinary Sunset color palette created on .