Journal Color Palette
Discover the beautiful Journal color palette featuring cashmere (#e9b79f), careys pink (#d5a4b2), casper (#b6c9d8), shadow green (#9fc6c4) and periglacial blue (#e0e7d5).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Journal palette
💻 Journal color palette CSS
/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #d5a4b2;
}
.color-3 {
color: #b6c9d8;
}
.color-4 {
color: #9fc6c4;
}
.color-5 {
color: #e0e7d5;
}
/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #d5a4b2;
--color-3: #b6c9d8;
--color-4: #9fc6c4;
--color-5: #e0e7d5;
} 🌈 Journal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #d5a4b2, #b6c9d8, #9fc6c4, #e0e7d5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #d5a4b2, #b6c9d8, #9fc6c4, #e0e7d5);
} 🔗 Explore similar color palettes
Journal color palette created on .