Pastel Pink and Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pastel Pink and Green palette

Condividi questa palette a:

tavolozza dei colori Pastel Pink and Green CSS

/* CSS */
.color-1 {
color: #f1a7b8;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #d8e8b0;
}
.color-4 {
color: #a6d8b9;
}
.color-5 {
color: #a4c8d6;
}

/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #f4c3b3;
--color-3: #d8e8b0;
--color-4: #a6d8b9;
--color-5: #a4c8d6;
}

CSS con gradiente di sfondo Pastel Pink and Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #f4c3b3, #d8e8b0, #a6d8b9, #a4c8d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #f4c3b3, #d8e8b0, #a6d8b9, #a4c8d6);
}

Pastel Pink and Green color palette created on .