Coral Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Coral Sunrise palette

Condividi questa palette a:

tavolozza dei colori Coral Sunrise CSS

/* CSS */
.color-1 {
color: #f9b79f;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #2a9d90;
}
.color-4 {
color: #274754;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #f9b79f;
--color-2: #f6d55a;
--color-3: #2a9d90;
--color-4: #274754;
--color-5: #e76e50;
}

CSS con gradiente di sfondo Coral Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b79f, #f6d55a, #2a9d90, #274754, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b79f, #f6d55a, #2a9d90, #274754, #e76e50);
}

Coral Sunrise color palette created on .