"Midnight Carnival" カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with "Midnight Carnival" palette

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

"Midnight Carnival" カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e76e;
}
.color-2 {
color: #cc0a00;
}
.color-3 {
color: #272726;
}
.color-4 {
color: #121212;
}
.color-5 {
color: #000552;
}

/* CSS Variables */
:root {
--color-1: #f7e76e;
--color-2: #cc0a00;
--color-3: #272726;
--color-4: #121212;
--color-5: #000552;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e76e, #cc0a00, #272726, #121212, #000552);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e76e, #cc0a00, #272726, #121212, #000552);
}

"Midnight Carnival" color palette created on .