Bella Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bella Serenade palette

Condividi questa palette a:

tavolozza dei colori Bella Serenade CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f7d7a6;
}
.color-3 {
color: #a8e6cf;
}
.color-4 {
color: #b3c9df;
}
.color-5 {
color: #f6a7b3;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f7d7a6;
--color-3: #a8e6cf;
--color-4: #b3c9df;
--color-5: #f6a7b3;
}

CSS con gradiente di sfondo Bella Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f7d7a6, #a8e6cf, #b3c9df, #f6a7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f7d7a6, #a8e6cf, #b3c9df, #f6a7b3);
}

Bella Serenade color palette created on .