Paleta de colores Wild Watermelon Burst

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wild Watermelon Burst palette

Compartir esta paleta en:

CSS de la paleta de colores Wild Watermelon Burst

/* CSS */
.color-1 {
color: #fe7c94;
}
.color-2 {
color: #ffa55c;
}
.color-3 {
color: #ffe23d;
}
.color-4 {
color: #b9f066;
}
.color-5 {
color: #93ef6c;
}

/* CSS Variables */
:root {
--color-1: #fe7c94;
--color-2: #ffa55c;
--color-3: #ffe23d;
--color-4: #b9f066;
--color-5: #93ef6c;
}

CSS del degradado de fondo Wild Watermelon Burst

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe7c94, #ffa55c, #ffe23d, #b9f066, #93ef6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe7c94, #ffa55c, #ffe23d, #b9f066, #93ef6c);
}

Wild Watermelon Burst color palette created on .