Paleta de colores Explosive Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Explosive Pink palette

Compartir esta paleta en:

CSS de la paleta de colores Explosive Pink

/* CSS */
.color-1 {
color: #ff4d58;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffdb38;
}
.color-4 {
color: #4fe3d2;
}
.color-5 {
color: #6d98e8;
}

/* CSS Variables */
:root {
--color-1: #ff4d58;
--color-2: #ff8b3d;
--color-3: #ffdb38;
--color-4: #4fe3d2;
--color-5: #6d98e8;
}

CSS del degradado de fondo Explosive Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d58, #ff8b3d, #ffdb38, #4fe3d2, #6d98e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d58, #ff8b3d, #ffdb38, #4fe3d2, #6d98e8);
}

Explosive Pink color palette created on .