Paleta de colores Pastel Pink and Yellow Lime

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Pink and Yellow Lime palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Pink and Yellow Lime

/* CSS */
.color-1 {
color: #f4c3d8;
}
.color-2 {
color: #f9eaa9;
}
.color-3 {
color: #d2e3a1;
}
.color-4 {
color: #a5d9d9;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #f4c3d8;
--color-2: #f9eaa9;
--color-3: #d2e3a1;
--color-4: #a5d9d9;
--color-5: #ffec3d;
}

CSS del degradado de fondo Pastel Pink and Yellow Lime

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d8, #f9eaa9, #d2e3a1, #a5d9d9, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d8, #f9eaa9, #d2e3a1, #a5d9d9, #ffec3d);
}

Pastel Pink and Yellow Lime color palette created on .