Sunset Carnival カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Carnival palette

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

Sunset Carnival カラーパレット CSS

/* CSS */
.color-1 {
color: #e53838;
}
.color-2 {
color: #f05a28;
}
.color-3 {
color: #f5b400;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #7c3bed;
}

/* CSS Variables */
:root {
--color-1: #e53838;
--color-2: #f05a28;
--color-3: #f5b400;
--color-4: #f0e78e;
--color-5: #7c3bed;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e53838, #f05a28, #f5b400, #f0e78e, #7c3bed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e53838, #f05a28, #f5b400, #f0e78e, #7c3bed);
}

Sunset Carnival color palette created on .