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: #f3ab5e;
}
.color-2 {
color: #e15b8e;
}
.color-3 {
color: #8a4f9c;
}
.color-4 {
color: #4d95d1;
}
.color-5 {
color: #6ed8d1;
}

/* CSS Variables */
:root {
--color-1: #f3ab5e;
--color-2: #e15b8e;
--color-3: #8a4f9c;
--color-4: #4d95d1;
--color-5: #6ed8d1;
}

CSS con gradiente di sfondo Vibrant Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab5e, #e15b8e, #8a4f9c, #4d95d1, #6ed8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab5e, #e15b8e, #8a4f9c, #4d95d1, #6ed8d1);
}

Vibrant Blue color palette created on .