Philosophy Color Palette
Discover the beautiful Philosophy color palette featuring blumine (#1d4f8b), steel blue (#4a8bba), seagull (#7dc4e8), wheat (#f6e2b6) and zest (#e07829).
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 Philosophy palette
💻 Philosophy color palette CSS
/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #4a8bba;
}
.color-3 {
color: #7dc4e8;
}
.color-4 {
color: #f6e2b6;
}
.color-5 {
color: #e07829;
}
/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #4a8bba;
--color-3: #7dc4e8;
--color-4: #f6e2b6;
--color-5: #e07829;
} 🌈 Philosophy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #4a8bba, #7dc4e8, #f6e2b6, #e07829);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #4a8bba, #7dc4e8, #f6e2b6, #e07829);
} 🔗 Explore similar color palettes
Philosophy color palette created on .