Cartographic Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cartographic Dreams palette

Share this palette to:

Cartographic Dreams color palette CSS

/* CSS */
.color-1 {
color: #e2b25a;
}
.color-2 {
color: #c7d56d;
}
.color-3 {
color: #8fc7a5;
}
.color-4 {
color: #5b9eae;
}
.color-5 {
color: #4d8ecb;
}

/* CSS Variables */
:root {
--color-1: #e2b25a;
--color-2: #c7d56d;
--color-3: #8fc7a5;
--color-4: #5b9eae;
--color-5: #4d8ecb;
}

Cartographic Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b25a, #c7d56d, #8fc7a5, #5b9eae, #4d8ecb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b25a, #c7d56d, #8fc7a5, #5b9eae, #4d8ecb);
}

Cartographic Dreams color palette created on .