Blueberry Teal Galaxy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blueberry Teal Galaxy palette

Condividi questa palette a:

tavolozza dei colori Blueberry Teal Galaxy CSS

/* CSS */
.color-1 {
color: #0f51ae;
}
.color-2 {
color: #1ea3dc;
}
.color-3 {
color: #3de7f0;
}
.color-4 {
color: #a3faf8;
}
.color-5 {
color: #f6e5ef;
}

/* CSS Variables */
:root {
--color-1: #0f51ae;
--color-2: #1ea3dc;
--color-3: #3de7f0;
--color-4: #a3faf8;
--color-5: #f6e5ef;
}

CSS con gradiente di sfondo Blueberry Teal Galaxy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f51ae, #1ea3dc, #3de7f0, #a3faf8, #f6e5ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f51ae, #1ea3dc, #3de7f0, #a3faf8, #f6e5ef);
}

Blueberry Teal Galaxy color palette created on .