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: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffee57;
}
.color-4 {
color: #91ee91;
}
.color-5 {
color: #3ee0cf;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffee57;
--color-4: #91ee91;
--color-5: #3ee0cf;
}

CSS con gradiente di sfondo Coral Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffee57, #91ee91, #3ee0cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffee57, #91ee91, #3ee0cf);
}

Coral Breeze color palette created on .