Makoto Naegi Color Palette
Discover the beautiful Makoto Naegi color palette featuring sail (#b4e5f8), downy (#67c2d0), puerto rico (#49b6a0), lochinvar (#2e8a7f) and green pea (#1a5b59).
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 Makoto Naegi palette
💻 Makoto Naegi color palette CSS
/* CSS */
.color-1 {
color: #b4e5f8;
}
.color-2 {
color: #67c2d0;
}
.color-3 {
color: #49b6a0;
}
.color-4 {
color: #2e8a7f;
}
.color-5 {
color: #1a5b59;
}
/* CSS Variables */
:root {
--color-1: #b4e5f8;
--color-2: #67c2d0;
--color-3: #49b6a0;
--color-4: #2e8a7f;
--color-5: #1a5b59;
} 🌈 Makoto Naegi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4e5f8, #67c2d0, #49b6a0, #2e8a7f, #1a5b59);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4e5f8, #67c2d0, #49b6a0, #2e8a7f, #1a5b59);
} 🔗 Explore similar color palettes
Makoto Naegi color palette created on .