Blushing Sunrise Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Sunrise Serenity palette
Blushing Sunrise Serenity color palette CSS
/* CSS */
.color-1 {
color: #fdfcfc;
}
.color-2 {
color: #f7e7d9;
}
.color-3 {
color: #f7d4b5;
}
.color-4 {
color: #d6d9db;
}
.color-5 {
color: #d0af95;
}
/* CSS Variables */
:root {
--color-1: #fdfcfc;
--color-2: #f7e7d9;
--color-3: #f7d4b5;
--color-4: #d6d9db;
--color-5: #d0af95;
}
Blushing Sunrise Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfc, #f7e7d9, #f7d4b5, #d6d9db, #d0af95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfc, #f7e7d9, #f7d4b5, #d6d9db, #d0af95);
}
Similar color palettes
Blushing Sunrise Serenity color palette created on .