Roaring Heights Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Roaring Heights palette

Condividi questa palette a:

Scarica la tavolozza dei colori Roaring Heights (PNG)

Download roaring heights color palette PNG image (landscape)
Download roaring heights color palette PNG image (square)

tavolozza dei colori Roaring Heights CSS

/* CSS */
.color-1 {
color: #f7b7a1;
}
.color-2 {
color: #f3e66d;
}
.color-3 {
color: #b3d67a;
}
.color-4 {
color: #5bc2d7;
}
.color-5 {
color: #6a8db9;
}

/* CSS Variables */
:root {
--color-1: #f7b7a1;
--color-2: #f3e66d;
--color-3: #b3d67a;
--color-4: #5bc2d7;
--color-5: #6a8db9;
}

CSS con gradiente di sfondo Roaring Heights

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b7a1, #f3e66d, #b3d67a, #5bc2d7, #6a8db9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b7a1, #f3e66d, #b3d67a, #5bc2d7, #6a8db9);
}

Roaring Heights color palette created on .