Sunset Carnival カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Carnival palette

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

Sunset Carnival カラーパレット CSS

/* CSS */
.color-1 {
color: #e5a57b;
}
.color-2 {
color: #f3c66d;
}
.color-3 {
color: #f9d75d;
}
.color-4 {
color: #e6b54c;
}
.color-5 {
color: #d0823e;
}

/* CSS Variables */
:root {
--color-1: #e5a57b;
--color-2: #f3c66d;
--color-3: #f9d75d;
--color-4: #e6b54c;
--color-5: #d0823e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a57b, #f3c66d, #f9d75d, #e6b54c, #d0823e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a57b, #f3c66d, #f9d75d, #e6b54c, #d0823e);
}

Sunset Carnival color palette created on .