Minty Indulgence

aesthetic, mint, bright, fun, coastal

Color Adjustments

Minty Indulgence Color Palette CSS

/* CSS */
.color-1 {
  color: #A4DAB9;
}

.color-2 {
  color: #A4E5D8;
}

.color-3 {
  color: #CAF2E3;
}

.color-4 {
  color: #B1F2E1;
}

.color-5 {
  color: #E8B8B0;
}

/* CSS Variables */
:root {
  --color-1: #A4DAB9;
  --color-2: #A4E5D8;
  --color-3: #CAF2E3;
  --color-4: #B1F2E1;
  --color-5: #E8B8B0;
}

Minty Indulgence Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #A4DAB9, #A4E5D8, #CAF2E3, #B1F2E1, #E8B8B0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #A4DAB9, #A4E5D8, #CAF2E3, #B1F2E1, #E8B8B0);
}

Minty Indulgence color palette created on .

1 view
Minty Indulgence Color Palette