Apricot Aquarium Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Apricot Aquarium palette
Apricot Aquarium color palette PNG image
Apricot Aquarium color palette CSS
/* CSS */
.color-1 {
color: #b34700;
}
.color-2 {
color: #d15700;
}
.color-3 {
color: #d10a00;
}
.color-4 {
color: #00611a;
}
.color-5 {
color: #00422c;
}
/* CSS Variables */
:root {
--color-1: #b34700;
--color-2: #d15700;
--color-3: #d10a00;
--color-4: #00611a;
--color-5: #00422c;
}
Apricot Aquarium background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b34700, #d15700, #d10a00, #00611a, #00422c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b34700, #d15700, #d10a00, #00611a, #00422c);
}
Similar color palettes
Apricot Aquarium color palette created on .