Red Wyvern Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Wyvern palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Red Wyvern

Download red wyvern color palette PNG image (landscape)
Download red wyvern color palette PNG image (square)

tavolozza dei colori Red Wyvern CSS

/* CSS */
.color-1 {
color: #b42233;
}
.color-2 {
color: #e13e33;
}
.color-3 {
color: #f6741e;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f9df39;
}

/* CSS Variables */
:root {
--color-1: #b42233;
--color-2: #e13e33;
--color-3: #f6741e;
--color-4: #f5a524;
--color-5: #f9df39;
}

CSS con gradiente di sfondo Red Wyvern

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b42233, #e13e33, #f6741e, #f5a524, #f9df39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b42233, #e13e33, #f6741e, #f5a524, #f9df39);
}

Red Wyvern color palette created on .