Vibrant Blue Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Blue palette

Condividi questa palette a:

tavolozza dei colori Vibrant Blue CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff4281;
}
.color-5 {
color: #1f8fff;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ffb84d;
--color-4: #ff4281;
--color-5: #1f8fff;
}

CSS con gradiente di sfondo Vibrant Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ffb84d, #ff4281, #1f8fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ffb84d, #ff4281, #1f8fff);
}

Vibrant Blue color palette created on .