Luna de Miel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luna de Miel palette

Share this palette to:

Luna de Miel color palette CSS

/* CSS */
.color-1 {
color: #f7d6b6;
}
.color-2 {
color: #f2c3a6;
}
.color-3 {
color: #efa59a;
}
.color-4 {
color: #ef9faf;
}
.color-5 {
color: #c3b5e3;
}

/* CSS Variables */
:root {
--color-1: #f7d6b6;
--color-2: #f2c3a6;
--color-3: #efa59a;
--color-4: #ef9faf;
--color-5: #c3b5e3;
}

Luna de Miel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d6b6, #f2c3a6, #efa59a, #ef9faf, #c3b5e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d6b6, #f2c3a6, #efa59a, #ef9faf, #c3b5e3);
}

Luna de Miel color palette created on .