Aquatic Emberstripes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aquatic Emberstripes palette

Share this palette to:

Aquatic Emberstripes color palette CSS

/* CSS */
.color-1 {
color: #1c8e9b;
}
.color-2 {
color: #f2b036;
}
.color-3 {
color: #e15933;
}
.color-4 {
color: #f0e8d1;
}
.color-5 {
color: #2a3c2d;
}

/* CSS Variables */
:root {
--color-1: #1c8e9b;
--color-2: #f2b036;
--color-3: #e15933;
--color-4: #f0e8d1;
--color-5: #2a3c2d;
}

Aquatic Emberstripes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c8e9b, #f2b036, #e15933, #f0e8d1, #2a3c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c8e9b, #f2b036, #e15933, #f0e8d1, #2a3c2d);
}

Aquatic Emberstripes color palette created on .