Azure Oni Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Azure Oni Dreams palette
Azure Oni Dreams color palette CSS
/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #1a7bb7;
}
.color-3 {
color: #166a98;
}
.color-4 {
color: #0f4d75;
}
.color-5 {
color: #2b3d50;
}
/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #1a7bb7;
--color-3: #166a98;
--color-4: #0f4d75;
--color-5: #2b3d50;
}
Azure Oni Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #1a7bb7, #166a98, #0f4d75, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #1a7bb7, #166a98, #0f4d75, #2b3d50);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Azure Oni Dreams color palette created on .