Pastel Pink and Yellow Lime Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pastel Pink and Yellow Lime palette

Condividi questa palette a:

tavolozza dei colori Pastel Pink and Yellow Lime CSS

/* 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 con gradiente di sfondo 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 .