Healing Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Healing Blue palette

Condividi questa palette a:

Scarica la tavolozza dei colori Healing Blue (PNG)

Download healing blue color palette PNG image (landscape)
Download healing blue color palette PNG image (square)

tavolozza dei colori Healing Blue CSS

/* CSS */
.color-1 {
color: #007bff;
}
.color-2 {
color: #66b2ff;
}
.color-3 {
color: #99d6ff;
}
.color-4 {
color: #cceeff;
}
.color-5 {
color: #e5f7ff;
}

/* CSS Variables */
:root {
--color-1: #007bff;
--color-2: #66b2ff;
--color-3: #99d6ff;
--color-4: #cceeff;
--color-5: #e5f7ff;
}

CSS con gradiente di sfondo Healing Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007bff, #66b2ff, #99d6ff, #cceeff, #e5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007bff, #66b2ff, #99d6ff, #cceeff, #e5f7ff);
}

Healing Blue color palette created on .