Midnight Study Break Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Study Break palette

Condividi questa palette a:

tavolozza dei colori Midnight Study Break CSS

/* CSS */
.color-1 {
color: #dab9c5;
}
.color-2 {
color: #f2cad4;
}
.color-3 {
color: #f5e3b2;
}
.color-4 {
color: #b2e2a7;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #dab9c5;
--color-2: #f2cad4;
--color-3: #f5e3b2;
--color-4: #b2e2a7;
--color-5: #6b9cd1;
}

CSS con gradiente di sfondo Midnight Study Break

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dab9c5, #f2cad4, #f5e3b2, #b2e2a7, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dab9c5, #f2cad4, #f5e3b2, #b2e2a7, #6b9cd1);
}

Midnight Study Break color palette created on .