Blue Hedron Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Hedron palette

Condividi questa palette a:

tavolozza dei colori Blue Hedron CSS

/* CSS */
.color-1 {
color: #394c60;
}
.color-2 {
color: #4b7f9b;
}
.color-3 {
color: #a1c6d4;
}
.color-4 {
color: #f1e7d5;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #394c60;
--color-2: #4b7f9b;
--color-3: #a1c6d4;
--color-4: #f1e7d5;
--color-5: #f9b1ae;
}

CSS con gradiente di sfondo Blue Hedron

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #394c60, #4b7f9b, #a1c6d4, #f1e7d5, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #394c60, #4b7f9b, #a1c6d4, #f1e7d5, #f9b1ae);
}

Blue Hedron color palette created on .