Aquatic Adventurer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aquatic Adventurer palette
Aquatic Adventurer color palette CSS
/* CSS */
.color-1 {
color: #497c92;
}
.color-2 {
color: #6cc6af;
}
.color-3 {
color: #f7d1b1;
}
.color-4 {
color: #d69d6b;
}
.color-5 {
color: #b55a4a;
}
/* CSS Variables */
:root {
--color-1: #497c92;
--color-2: #6cc6af;
--color-3: #f7d1b1;
--color-4: #d69d6b;
--color-5: #b55a4a;
}
Aquatic Adventurer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #497c92, #6cc6af, #f7d1b1, #d69d6b, #b55a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #497c92, #6cc6af, #f7d1b1, #d69d6b, #b55a4a);
}
Similar color palettes
Aquatic Adventurer color palette created on .