Orange Blue Fish Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Blue Fish palette

Share this palette to:

Orange Blue Fish color palette CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #94c8ff;
}
.color-5 {
color: #4d9aff;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffb84d;
--color-3: #ffeb8a;
--color-4: #94c8ff;
--color-5: #4d9aff;
}

Orange Blue Fish background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffb84d, #ffeb8a, #94c8ff, #4d9aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffb84d, #ffeb8a, #94c8ff, #4d9aff);
}

Orange Blue Fish color palette created on .