Ethereal Resonance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Resonance palette
Ethereal Resonance color palette CSS
/* CSS */
.color-1 {
color: #3a99d4;
}
.color-2 {
color: #4ec6a6;
}
.color-3 {
color: #ffe74d;
}
.color-4 {
color: #ff6857;
}
.color-5 {
color: #a44c94;
}
/* CSS Variables */
:root {
--color-1: #3a99d4;
--color-2: #4ec6a6;
--color-3: #ffe74d;
--color-4: #ff6857;
--color-5: #a44c94;
}
Ethereal Resonance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a99d4, #4ec6a6, #ffe74d, #ff6857, #a44c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a99d4, #4ec6a6, #ffe74d, #ff6857, #a44c94);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Ethereal Resonance color palette created on .