Ramen Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ramen palette
Ramen color palette PNG image
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 .