Blueprint Blossoms Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blueprint Blossoms palette

Condividi questa palette a:

tavolozza dei colori Blueprint Blossoms CSS

/* CSS */
.color-1 {
color: #a4c5e0;
}
.color-2 {
color: #d8e3e9;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f5bf99;
}
.color-5 {
color: #e78d8d;
}

/* CSS Variables */
:root {
--color-1: #a4c5e0;
--color-2: #d8e3e9;
--color-3: #f4b69f;
--color-4: #f5bf99;
--color-5: #e78d8d;
}

CSS con gradiente di sfondo Blueprint Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c5e0, #d8e3e9, #f4b69f, #f5bf99, #e78d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c5e0, #d8e3e9, #f4b69f, #f5bf99, #e78d8d);
}

Blueprint Blossoms color palette created on .