Whispers Of Ink

bright, peach, coral, spring, yellow

Color Adjustments

Whispers Of Ink Color Palette CSS

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

.color-2 {
  color: #FF8B3D;
}

.color-3 {
  color: #FF6E61;
}

.color-4 {
  color: #FF9B85;
}

.color-5 {
  color: #FFB3BA;
}

/* CSS Variables */
:root {
  --color-1: #FFB84D;
  --color-2: #FF8B3D;
  --color-3: #FF6E61;
  --color-4: #FF9B85;
  --color-5: #FFB3BA;
}

Whispers Of Ink Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FFB84D, #FF8B3D, #FF6E61, #FF9B85, #FFB3BA);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FFB84D, #FF8B3D, #FF6E61, #FF9B85, #FFB3BA);
}

Whispers Of Ink color palette created on .

1 view