Cosmic Oblivion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Oblivion palette

Share this palette to:

Cosmic Oblivion color palette PNG image

Download cosmic oblivion color palette PNG image (landscape)
Download cosmic oblivion color palette PNG image (square)

Cosmic Oblivion color palette CSS

/* CSS */
.color-1 {
color: #48165f;
}
.color-2 {
color: #651f64;
}
.color-3 {
color: #88307c;
}
.color-4 {
color: #a14f94;
}
.color-5 {
color: #bb6f58;
}

/* CSS Variables */
:root {
--color-1: #48165f;
--color-2: #651f64;
--color-3: #88307c;
--color-4: #a14f94;
--color-5: #bb6f58;
}

Cosmic Oblivion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #48165f, #651f64, #88307c, #a14f94, #bb6f58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #48165f, #651f64, #88307c, #a14f94, #bb6f58);
}

Cosmic Oblivion color palette created on .