Red Wyvern Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Wyvern palette

Share this palette to:

Red Wyvern color palette PNG image

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

Red Wyvern color palette 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;
}

Red Wyvern background gradient CSS

/* 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 .