ColorCrawler
Color Palette IdeasCreate
FacebookXWhatsAppTelegramReddit

Website

  • Color Palette Ideas

Free Color Tools

  • Color Picker
  • Color Converters
  • Contrast Checker
  • Color Wheel

Help & Info

  • Contact
  • About
  • Privacy
  • Terms

Language

© 2025 ColorCrawler. All Rights Reserved.
FacebookXWhatsAppTelegramReddit

Lenses-Reflections color palette created on Feb 24, 2025, 7:49:23 AM.

21 views

Lenses-Reflections

This palette evokes the vibrant hues seen through colorful lenses, transforming the world into a kaleidoscope of shades.

Color Adjustments

Lenses-Reflections Color Palette CSS

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

.color-2 {
  color: #F5A623;
}

.color-3 {
  color: #7ED321;
}

.color-4 {
  color: #D0021B;
}

.color-5 {
  color: #9013FE;
}

/* CSS Variables */
:root {
  --color-1: #4A90E2;
  --color-2: #F5A623;
  --color-3: #7ED321;
  --color-4: #D0021B;
  --color-5: #9013FE;
}

Lenses-Reflections Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4A90E2, #F5A623, #7ED321, #D0021B, #9013FE);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4A90E2, #F5A623, #7ED321, #D0021B, #9013FE);
}