Blushing Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Oasis palette

Condividi questa palette a:

tavolozza dei colori Blushing Oasis CSS

/* CSS */
.color-1 {
color: #f1a7b6;
}
.color-2 {
color: #f7c4b6;
}
.color-3 {
color: #f7d6a1;
}
.color-4 {
color: #f0e6a3;
}
.color-5 {
color: #a7d7d3;
}

/* CSS Variables */
:root {
--color-1: #f1a7b6;
--color-2: #f7c4b6;
--color-3: #f7d6a1;
--color-4: #f0e6a3;
--color-5: #a7d7d3;
}

CSS con gradiente di sfondo Blushing Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b6, #f7c4b6, #f7d6a1, #f0e6a3, #a7d7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b6, #f7c4b6, #f7d6a1, #f0e6a3, #a7d7d3);
}

Blushing Oasis color palette created on .