Coral Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coral Breeze palette

Condividi questa palette a:

tavolozza dei colori Coral Breeze CSS

/* CSS */
.color-1 {
color: #f76e6e;
}
.color-2 {
color: #f9b4a4;
}
.color-3 {
color: #f7e5b1;
}
.color-4 {
color: #a7d3d0;
}
.color-5 {
color: #69a6d8;
}

/* CSS Variables */
:root {
--color-1: #f76e6e;
--color-2: #f9b4a4;
--color-3: #f7e5b1;
--color-4: #a7d3d0;
--color-5: #69a6d8;
}

CSS con gradiente di sfondo Coral Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76e6e, #f9b4a4, #f7e5b1, #a7d3d0, #69a6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76e6e, #f9b4a4, #f7e5b1, #a7d3d0, #69a6d8);
}

Coral Breeze color palette created on .