Carnival Spectacle カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Carnival Spectacle palette

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

Carnival Spectacle カラーパレット CSS

/* CSS */
.color-1 {
color: #e93f25;
}
.color-2 {
color: #f6a64c;
}
.color-3 {
color: #f3e139;
}
.color-4 {
color: #8ac8f4;
}
.color-5 {
color: #3f5c97;
}

/* CSS Variables */
:root {
--color-1: #e93f25;
--color-2: #f6a64c;
--color-3: #f3e139;
--color-4: #8ac8f4;
--color-5: #3f5c97;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e93f25, #f6a64c, #f3e139, #8ac8f4, #3f5c97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e93f25, #f6a64c, #f3e139, #8ac8f4, #3f5c97);
}

Carnival Spectacle color palette created on .