Breeze of Amihan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Breeze of Amihan palette

Share this palette to:

Breeze of Amihan color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #f1c6c6;
}
.color-3 {
color: #f2a76e;
}
.color-4 {
color: #e8b73b;
}
.color-5 {
color: #b35c3d;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #f1c6c6;
--color-3: #f2a76e;
--color-4: #e8b73b;
--color-5: #b35c3d;
}

Breeze of Amihan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #f1c6c6, #f2a76e, #e8b73b, #b35c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #f1c6c6, #f2a76e, #e8b73b, #b35c3d);
}

Breeze of Amihan color palette created on .