Paleta de colores Pink and Yellow Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink and Yellow Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Pink and Yellow Delight

/* CSS */
.color-1 {
color: #ff99a1;
}
.color-2 {
color: #ffb3ba;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff99a1;
--color-2: #ffb3ba;
--color-3: #ffcb5c;
--color-4: #ffd900;
--color-5: #ff6e61;
}

CSS del degradado de fondo Pink and Yellow Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff99a1, #ffb3ba, #ffcb5c, #ffd900, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff99a1, #ffb3ba, #ffcb5c, #ffd900, #ff6e61);
}

Pink and Yellow Delight color palette created on .