Heatwave Mirage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Heatwave Mirage palette

Condividi questa palette a:

tavolozza dei colori Heatwave Mirage CSS

/* CSS */
.color-1 {
color: #ff4d70;
}
.color-2 {
color: #afeeee;
}
.color-3 {
color: #f5f5f5;
}
.color-4 {
color: #242424;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #ff4d70;
--color-2: #afeeee;
--color-3: #f5f5f5;
--color-4: #242424;
--color-5: #ff6d1f;
}

CSS con gradiente di sfondo Heatwave Mirage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d70, #afeeee, #f5f5f5, #242424, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d70, #afeeee, #f5f5f5, #242424, #ff6d1f);
}

Heatwave Mirage color palette created on .