Amos's Embrace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Amos's Embrace palette

Condividi questa palette a:

tavolozza dei colori Amos's Embrace CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #3b9fd8;
}
.color-4 {
color: #f9d16c;
}
.color-5 {
color: #f76e50;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe7f;
--color-3: #3b9fd8;
--color-4: #f9d16c;
--color-5: #f76e50;
}

CSS con gradiente di sfondo Amos's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe7f, #3b9fd8, #f9d16c, #f76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe7f, #3b9fd8, #f9d16c, #f76e50);
}

Amos's Embrace color palette created on .