Paleta de colores Pink Dragon Fruit
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Dragon Fruit palette
CSS de la paleta de colores Pink Dragon Fruit
/* CSS */
.color-1 {
color: #ff3d8b;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb13d;
}
.color-4 {
color: #6cda8f;
}
.color-5 {
color: #4b8abe;
}
/* CSS Variables */
:root {
--color-1: #ff3d8b;
--color-2: #ff6e61;
--color-3: #ffb13d;
--color-4: #6cda8f;
--color-5: #4b8abe;
}
CSS del degradado de fondo Pink Dragon Fruit
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d8b, #ff6e61, #ffb13d, #6cda8f, #4b8abe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d8b, #ff6e61, #ffb13d, #6cda8f, #4b8abe);
}
Paletas de colores similares
Pink Dragon Fruit color palette created on .