Blue Rain Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Rain palette

Condividi questa palette a:

tavolozza dei colori Blue Rain CSS

/* CSS */
.color-1 {
color: #bfd5e3;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #76b1c6;
}
.color-4 {
color: #4990b6;
}
.color-5 {
color: #2e6b8e;
}

/* CSS Variables */
:root {
--color-1: #bfd5e3;
--color-2: #a3c7e0;
--color-3: #76b1c6;
--color-4: #4990b6;
--color-5: #2e6b8e;
}

CSS con gradiente di sfondo Blue Rain

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfd5e3, #a3c7e0, #76b1c6, #4990b6, #2e6b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfd5e3, #a3c7e0, #76b1c6, #4990b6, #2e6b8e);
}

Blue Rain color palette created on .