Midnight Carnival Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Carnival palette

Condividi questa palette a:

tavolozza dei colori Midnight Carnival CSS

/* CSS */
.color-1 {
color: #3a2d5d;
}
.color-2 {
color: #6b4c94;
}
.color-3 {
color: #d89031;
}
.color-4 {
color: #e15b3d;
}
.color-5 {
color: #593d2c;
}

/* CSS Variables */
:root {
--color-1: #3a2d5d;
--color-2: #6b4c94;
--color-3: #d89031;
--color-4: #e15b3d;
--color-5: #593d2c;
}

CSS con gradiente di sfondo Midnight Carnival

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2d5d, #6b4c94, #d89031, #e15b3d, #593d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2d5d, #6b4c94, #d89031, #e15b3d, #593d2c);
}

Midnight Carnival color palette created on .