Blue Apathy Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Apathy palette

Condividi questa palette a:

tavolozza dei colori Blue Apathy CSS

/* CSS */
.color-1 {
color: #9fb7c1;
}
.color-2 {
color: #c5d9e2;
}
.color-3 {
color: #efe4d7;
}
.color-4 {
color: #e6b8a2;
}
.color-5 {
color: #c87e7e;
}

/* CSS Variables */
:root {
--color-1: #9fb7c1;
--color-2: #c5d9e2;
--color-3: #efe4d7;
--color-4: #e6b8a2;
--color-5: #c87e7e;
}

CSS con gradiente di sfondo Blue Apathy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fb7c1, #c5d9e2, #efe4d7, #e6b8a2, #c87e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fb7c1, #c5d9e2, #efe4d7, #e6b8a2, #c87e7e);
}

Blue Apathy color palette created on .