Vibrant Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Pink palette

Condividi questa palette a:

tavolozza dei colori Vibrant Pink CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f3a158;
}
.color-3 {
color: #f36d6d;
}
.color-4 {
color: #e65c8c;
}
.color-5 {
color: #9f5abf;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f3a158;
--color-3: #f36d6d;
--color-4: #e65c8c;
--color-5: #9f5abf;
}

CSS con gradiente di sfondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f3a158, #f36d6d, #e65c8c, #9f5abf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f3a158, #f36d6d, #e65c8c, #9f5abf);
}

Vibrant Pink color palette created on .