Carpathians Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Carpathians palette
Color Inspiration
Images that showcase this color palette in real designs
Download Carpathians Color Palette (PNG)
Carpathians color palette CSS
/* CSS */
.color-1 {
color: #698c8c;
}
.color-2 {
color: #c3d5d5;
}
.color-3 {
color: #f0e2b7;
}
.color-4 {
color: #e7a47e;
}
.color-5 {
color: #b54f4f;
}
/* CSS Variables */
:root {
--color-1: #698c8c;
--color-2: #c3d5d5;
--color-3: #f0e2b7;
--color-4: #e7a47e;
--color-5: #b54f4f;
}
Carpathians background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698c8c, #c3d5d5, #f0e2b7, #e7a47e, #b54f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698c8c, #c3d5d5, #f0e2b7, #e7a47e, #b54f4f);
}
Similar color palettes
Scroll down to explore 2 Mountain color palettes
Carpathians color palette created on .