Dreamy Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Pink palette
Dreamy Pink color palette CSS
/* CSS */
.color-1 {
color: #f9c8d1;
}
.color-2 {
color: #f4e0a4;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #f3b7a0;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f9c8d1;
--color-2: #f4e0a4;
--color-3: #a8d3e1;
--color-4: #f3b7a0;
--color-5: #ff6e61;
}
Dreamy Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d1, #f4e0a4, #a8d3e1, #f3b7a0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d1, #f4e0a4, #a8d3e1, #f3b7a0, #ff6e61);
}
Similar color palettes
Dreamy Pink color palette created on .