Maritime Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Maritime Mirage palette

Share this palette to:

Maritime Mirage color palette CSS

/* CSS */
.color-1 {
color: #1db4b4;
}
.color-2 {
color: #a2e2e0;
}
.color-3 {
color: #f2f8f7;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #f4b4b4;
}

/* CSS Variables */
:root {
--color-1: #1db4b4;
--color-2: #a2e2e0;
--color-3: #f2f8f7;
--color-4: #f9d86c;
--color-5: #f4b4b4;
}

Maritime Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db4b4, #a2e2e0, #f2f8f7, #f9d86c, #f4b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db4b4, #a2e2e0, #f2f8f7, #f9d86c, #f4b4b4);
}

Maritime Mirage color palette created on .