Bluebell Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bluebell Breeze palette

Condividi questa palette a:

tavolozza dei colori Bluebell Breeze CSS

/* CSS */
.color-1 {
color: #6bb5e6;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #e1a8d6;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f89b44;
}

/* CSS Variables */
:root {
--color-1: #6bb5e6;
--color-2: #a3d7e0;
--color-3: #e1a8d6;
--color-4: #f6b83c;
--color-5: #f89b44;
}

CSS con gradiente di sfondo Bluebell Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb5e6, #a3d7e0, #e1a8d6, #f6b83c, #f89b44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb5e6, #a3d7e0, #e1a8d6, #f6b83c, #f89b44);
}

Bluebell Breeze color palette created on .