Rocket Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rocket palette

Share this palette to:

Rocket color palette PNG image

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

Rocket color palette CSS

/* CSS */
.color-1 {
color: #0e294e;
}
.color-2 {
color: #0e2f4e;
}
.color-3 {
color: #0e354e;
}
.color-4 {
color: #0e3d4e;
}
.color-5 {
color: #0f4570;
}

/* CSS Variables */
:root {
--color-1: #0e294e;
--color-2: #0e2f4e;
--color-3: #0e354e;
--color-4: #0e3d4e;
--color-5: #0f4570;
}

Rocket background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e294e, #0e2f4e, #0e354e, #0e3d4e, #0f4570);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e294e, #0e2f4e, #0e354e, #0e3d4e, #0f4570);
}

Rocket color palette created on .