Blushing Petal Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Petal Serenade palette

Condividi questa palette a:

tavolozza dei colori Blushing Petal Serenade CSS

/* CSS */
.color-1 {
color: #f9d7e7;
}
.color-2 {
color: #f6d0e0;
}
.color-3 {
color: #f3c9d8;
}
.color-4 {
color: #eebed1;
}
.color-5 {
color: #e9afc4;
}

/* CSS Variables */
:root {
--color-1: #f9d7e7;
--color-2: #f6d0e0;
--color-3: #f3c9d8;
--color-4: #eebed1;
--color-5: #e9afc4;
}

CSS con gradiente di sfondo Blushing Petal Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d7e7, #f6d0e0, #f3c9d8, #eebed1, #e9afc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d7e7, #f6d0e0, #f3c9d8, #eebed1, #e9afc4);
}

Blushing Petal Serenade color palette created on .