Ramen Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ramen palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ramen Color Palette (PNG)
Ramen color palette CSS
/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f97d6c;
}
.color-4 {
color: #f76e8b;
}
.color-5 {
color: #f45d8f;
}
/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f9a94e;
--color-3: #f97d6c;
--color-4: #f76e8b;
--color-5: #f45d8f;
}
Ramen background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f9a94e, #f97d6c, #f76e8b, #f45d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f9a94e, #f97d6c, #f76e8b, #f45d8f);
}
Similar color palettes
Ramen color palette created on .