Raven's Feather Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Raven's Feather palette

Condividi questa palette a:

tavolozza dei colori Raven's Feather CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #5d5d6f;
}
.color-4 {
color: #7f7f90;
}
.color-5 {
color: #a0a0b0;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3b3b4e;
--color-3: #5d5d6f;
--color-4: #7f7f90;
--color-5: #a0a0b0;
}

CSS con gradiente di sfondo Raven's Feather

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3b3b4e, #5d5d6f, #7f7f90, #a0a0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3b3b4e, #5d5d6f, #7f7f90, #a0a0b0);
}

Raven's Feather color palette created on .