Hampton Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Hampton Breeze palette

Condividi questa palette a:

tavolozza dei colori Hampton Breeze CSS

/* CSS */
.color-1 {
color: #e5d8ae;
}
.color-2 {
color: #c9e4b9;
}
.color-3 {
color: #a1d3d2;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f28e31;
}

/* CSS Variables */
:root {
--color-1: #e5d8ae;
--color-2: #c9e4b9;
--color-3: #a1d3d2;
--color-4: #f0a800;
--color-5: #f28e31;
}

CSS con gradiente di sfondo Hampton Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5d8ae, #c9e4b9, #a1d3d2, #f0a800, #f28e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5d8ae, #c9e4b9, #a1d3d2, #f0a800, #f28e31);
}

Hampton Breeze color palette created on .