Journey's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Journey's Embrace palette
Journey's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f5b8c2;
}
.color-2 {
color: #f3d268;
}
.color-3 {
color: #a7d3d0;
}
.color-4 {
color: #6da9d9;
}
.color-5 {
color: #3a6a92;
}
/* CSS Variables */
:root {
--color-1: #f5b8c2;
--color-2: #f3d268;
--color-3: #a7d3d0;
--color-4: #6da9d9;
--color-5: #3a6a92;
}
Journey's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8c2, #f3d268, #a7d3d0, #6da9d9, #3a6a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8c2, #f3d268, #a7d3d0, #6da9d9, #3a6a92);
}
Similar color palettes
Journey's Embrace color palette created on .