Rogue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rogue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rogue

Download rogue color palette PNG image (landscape)
Download rogue color palette PNG image (square)

tavolozza dei colori Rogue CSS

/* CSS */
.color-1 {
color: #4c3e5b;
}
.color-2 {
color: #6b5c7a;
}
.color-3 {
color: #9e8bbb;
}
.color-4 {
color: #d39fdf;
}
.color-5 {
color: #f3b4c4;
}

/* CSS Variables */
:root {
--color-1: #4c3e5b;
--color-2: #6b5c7a;
--color-3: #9e8bbb;
--color-4: #d39fdf;
--color-5: #f3b4c4;
}

CSS con gradiente di sfondo Rogue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e5b, #6b5c7a, #9e8bbb, #d39fdf, #f3b4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e5b, #6b5c7a, #9e8bbb, #d39fdf, #f3b4c4);
}

Rogue color palette created on .