Phantom Echoes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Phantom Echoes palette

Share this palette to:

Phantom Echoes color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #b2d6e0;
}
.color-3 {
color: #5c8da3;
}
.color-4 {
color: #3a5b8d;
}
.color-5 {
color: #1d3e6d;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #b2d6e0;
--color-3: #5c8da3;
--color-4: #3a5b8d;
--color-5: #1d3e6d;
}

Phantom Echoes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #b2d6e0, #5c8da3, #3a5b8d, #1d3e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #b2d6e0, #5c8da3, #3a5b8d, #1d3e6d);
}

Phantom Echoes color palette created on .