Ramen Yasan Color Palette

Discover the beautiful Ramen Yasan color palette featuring saffron mango (#f8c84f), fire bush (#e59a38), brandy punch (#d67429), tuscany (#b84a28) and buccaneer (#5d2d3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Japanese, Orange, Ramen, Red, Restaurant, Warm, Yellow color palettes and combinations.

💡 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 Ramen Yasan palette

Share this palette to:

💻 Ramen Yasan color palette CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #e59a38;
}
.color-3 {
color: #d67429;
}
.color-4 {
color: #b84a28;
}
.color-5 {
color: #5d2d3c;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #e59a38;
--color-3: #d67429;
--color-4: #b84a28;
--color-5: #5d2d3c;
}

🌈 Ramen Yasan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #e59a38, #d67429, #b84a28, #5d2d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #e59a38, #d67429, #b84a28, #5d2d3c);
}

Ramen Yasan color palette created on .