Hot Pink Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hot Pink Dreams palette
Hot Pink Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff4d94;
}
.color-2 {
color: #ff70a0;
}
.color-3 {
color: #ff8aa7;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #ffc7d1;
}
/* CSS Variables */
:root {
--color-1: #ff4d94;
--color-2: #ff70a0;
--color-3: #ff8aa7;
--color-4: #ffb3c1;
--color-5: #ffc7d1;
}
Hot Pink Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d94, #ff70a0, #ff8aa7, #ffb3c1, #ffc7d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d94, #ff70a0, #ff8aa7, #ffb3c1, #ffc7d1);
}
Similar color palettes
Hot Pink Dreams color palette created on .