Culinary Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Culinary Sunset palette

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

Culinary Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e7b6;
}
.color-2 {
color: #ffab6b;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #c6394e;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #f7e7b6;
--color-2: #ffab6b;
--color-3: #ff6e61;
--color-4: #c6394e;
--color-5: #681b98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7b6, #ffab6b, #ff6e61, #c6394e, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7b6, #ffab6b, #ff6e61, #c6394e, #681b98);
}

Culinary Sunset color palette created on .