Sunset Carnival カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Carnival palette

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

Sunset Carnival カラーパレット CSS

/* CSS */
.color-1 {
color: #eb0f6b;
}
.color-2 {
color: #fabb29;
}
.color-3 {
color: #30a1df;
}
.color-4 {
color: #f76402;
}
.color-5 {
color: #aad86e;
}

/* CSS Variables */
:root {
--color-1: #eb0f6b;
--color-2: #fabb29;
--color-3: #30a1df;
--color-4: #f76402;
--color-5: #aad86e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb0f6b, #fabb29, #30a1df, #f76402, #aad86e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb0f6b, #fabb29, #30a1df, #f76402, #aad86e);
}

Sunset Carnival color palette created on .