Retro Coastal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Coastal palette
Retro Coastal color palette PNG image
Retro Coastal color palette CSS
/* CSS */
.color-1 {
color: #b9dfcd;
}
.color-2 {
color: #5eb0ac;
}
.color-3 {
color: #4468a2;
}
.color-4 {
color: #4a4b54;
}
.color-5 {
color: #ff8a97;
}
/* CSS Variables */
:root {
--color-1: #b9dfcd;
--color-2: #5eb0ac;
--color-3: #4468a2;
--color-4: #4a4b54;
--color-5: #ff8a97;
}
Retro Coastal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9dfcd, #5eb0ac, #4468a2, #4a4b54, #ff8a97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9dfcd, #5eb0ac, #4468a2, #4a4b54, #ff8a97);
}
Similar color palettes
Retro Coastal color palette created on .