Whimsical Sunrise Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Sunrise Blush palette
Whimsical Sunrise Blush color palette CSS
/* CSS */
.color-1 {
color: #fceef0;
}
.color-2 {
color: #ffdedb;
}
.color-3 {
color: #bddcfa;
}
.color-4 {
color: #e5d666;
}
.color-5 {
color: #f1a2aa;
}
/* CSS Variables */
:root {
--color-1: #fceef0;
--color-2: #ffdedb;
--color-3: #bddcfa;
--color-4: #e5d666;
--color-5: #f1a2aa;
}
Whimsical Sunrise Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fceef0, #ffdedb, #bddcfa, #e5d666, #f1a2aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fceef0, #ffdedb, #bddcfa, #e5d666, #f1a2aa);
}
Similar color palettes
Whimsical Sunrise Blush color palette created on .