Vibrant Red and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Red and Blue palette

Condividi questa palette a:

tavolozza dei colori Vibrant Red and Blue CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff3d3d;
}
.color-3 {
color: #3d4aff;
}
.color-4 {
color: #ff9b3d;
}
.color-5 {
color: #ff3dff;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff3d3d;
--color-3: #3d4aff;
--color-4: #ff9b3d;
--color-5: #ff3dff;
}

CSS con gradiente di sfondo Vibrant Red and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff3d3d, #3d4aff, #ff9b3d, #ff3dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff3d3d, #3d4aff, #ff9b3d, #ff3dff);
}

Vibrant Red and Blue color palette created on .