Colorful Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Colorful Blue palette

Condividi questa palette a:

tavolozza dei colori Colorful Blue CSS

/* CSS */
.color-1 {
color: #cafcf0;
}
.color-2 {
color: #f22626;
}
.color-3 {
color: #0048ad;
}
.color-4 {
color: #ffb3d9;
}
.color-5 {
color: #d6b3ff;
}

/* CSS Variables */
:root {
--color-1: #cafcf0;
--color-2: #f22626;
--color-3: #0048ad;
--color-4: #ffb3d9;
--color-5: #d6b3ff;
}

CSS con gradiente di sfondo Colorful Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cafcf0, #f22626, #0048ad, #ffb3d9, #d6b3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cafcf0, #f22626, #0048ad, #ffb3d9, #d6b3ff);
}

Colorful Blue color palette created on .