Heritage Tide Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heritage Tide palette
Heritage Tide color palette CSS
/* CSS */
.color-1 {
color: #033063;
}
.color-2 {
color: #0a4c7b;
}
.color-3 {
color: #3b7d9b;
}
.color-4 {
color: #79b9b4;
}
.color-5 {
color: #bae3e1;
}
/* CSS Variables */
:root {
--color-1: #033063;
--color-2: #0a4c7b;
--color-3: #3b7d9b;
--color-4: #79b9b4;
--color-5: #bae3e1;
}
Heritage Tide background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #033063, #0a4c7b, #3b7d9b, #79b9b4, #bae3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #033063, #0a4c7b, #3b7d9b, #79b9b4, #bae3e1);
}
Similar color palettes
Heritage Tide color palette created on .