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