Profundidades Marinas Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Profundidades Marinas palette
Profundidades Marinas color palette CSS
/* CSS */
.color-1 {
color: #154a65;
}
.color-2 {
color: #2c7690;
}
.color-3 {
color: #4ea0c1;
}
.color-4 {
color: #80c3e5;
}
.color-5 {
color: #b4e2f3;
}
/* CSS Variables */
:root {
--color-1: #154a65;
--color-2: #2c7690;
--color-3: #4ea0c1;
--color-4: #80c3e5;
--color-5: #b4e2f3;
}
Profundidades Marinas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #154a65, #2c7690, #4ea0c1, #80c3e5, #b4e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #154a65, #2c7690, #4ea0c1, #80c3e5, #b4e2f3);
}
Similar color palettes
Profundidades Marinas color palette created on .