Aquatic Stripes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aquatic Stripes palette

Share this palette to:

Aquatic Stripes color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb24d;
}
.color-3 {
color: #b2d5e6;
}
.color-4 {
color: #4e7b7e;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb24d;
--color-3: #b2d5e6;
--color-4: #4e7b7e;
--color-5: #2b3d50;
}

Aquatic Stripes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb24d, #b2d5e6, #4e7b7e, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb24d, #b2d5e6, #4e7b7e, #2b3d50);
}

Aquatic Stripes color palette created on .