Crimson Waves Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Waves palette

Condividi questa palette a:

tavolozza dei colori Crimson Waves CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #4d8bff;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #c70038;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #4d8bff;
--color-3: #ff6e61;
--color-4: #c70038;
--color-5: #ffb300;
}

CSS con gradiente di sfondo Crimson Waves

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #4d8bff, #ff6e61, #c70038, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #4d8bff, #ff6e61, #c70038, #ffb300);
}

Crimson Waves color palette created on .