Pink and Yellow Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink and Yellow Dream palette
Pink and Yellow Dream color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #d9b34a;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #ff9900;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcb5c;
--color-3: #d9b34a;
--color-4: #690571;
--color-5: #ff9900;
}
Pink and Yellow Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcb5c, #d9b34a, #690571, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcb5c, #d9b34a, #690571, #ff9900);
}
Similar color palettes
Pink and Yellow Dream color palette created on .