Pulau Pinang Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pulau Pinang palette

Share this palette to:

Pulau Pinang color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #f06c00;
}
.color-5 {
color: #e65000;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff9900;
--color-3: #f47b1f;
--color-4: #f06c00;
--color-5: #e65000;
}

Pulau Pinang background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff9900, #f47b1f, #f06c00, #e65000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff9900, #f47b1f, #f06c00, #e65000);
}

Pulau Pinang color palette created on .