Radical Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Radical Waves palette

Share this palette to:

Radical Waves color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #a3d9ff;
}
.color-4 {
color: #7db2d8;
}
.color-5 {
color: #3b5897;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcc00;
--color-3: #a3d9ff;
--color-4: #7db2d8;
--color-5: #3b5897;
}

Radical Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcc00, #a3d9ff, #7db2d8, #3b5897);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcc00, #a3d9ff, #7db2d8, #3b5897);
}

Radical Waves color palette created on .