Hiroshi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hiroshi palette

Share this palette to:

Hiroshi color palette CSS

/* CSS */
.color-1 {
color: #125491;
}
.color-2 {
color: #31a0b9;
}
.color-3 {
color: #64ceb4;
}
.color-4 {
color: #e7d292;
}
.color-5 {
color: #e66e33;
}

/* CSS Variables */
:root {
--color-1: #125491;
--color-2: #31a0b9;
--color-3: #64ceb4;
--color-4: #e7d292;
--color-5: #e66e33;
}

Hiroshi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #125491, #31a0b9, #64ceb4, #e7d292, #e66e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #125491, #31a0b9, #64ceb4, #e7d292, #e66e33);
}

Similar color palettes

Scroll down to explore 1 Blue color palette

Hiroshi color palette created on .