Robin's Embrace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Robin's Embrace palette

Condividi questa palette a:

tavolozza dei colori Robin's Embrace CSS

/* CSS */
.color-1 {
color: #d4e8e3;
}
.color-2 {
color: #a4d0c0;
}
.color-3 {
color: #6bb3a4;
}
.color-4 {
color: #419b83;
}
.color-5 {
color: #2d7c68;
}

/* CSS Variables */
:root {
--color-1: #d4e8e3;
--color-2: #a4d0c0;
--color-3: #6bb3a4;
--color-4: #419b83;
--color-5: #2d7c68;
}

CSS con gradiente di sfondo Robin's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e8e3, #a4d0c0, #6bb3a4, #419b83, #2d7c68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e8e3, #a4d0c0, #6bb3a4, #419b83, #2d7c68);
}

Robin's Embrace color palette created on .