Petals of Royalty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Petals of Royalty palette
Petals of Royalty color palette PNG image
Petals of Royalty color palette CSS
/* CSS */
.color-1 {
color: #fdf9f2;
}
.color-2 {
color: #fce8ed;
}
.color-3 {
color: #f6d5e9;
}
.color-4 {
color: #e3beee;
}
.color-5 {
color: #eba3d0;
}
/* CSS Variables */
:root {
--color-1: #fdf9f2;
--color-2: #fce8ed;
--color-3: #f6d5e9;
--color-4: #e3beee;
--color-5: #eba3d0;
}
Petals of Royalty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf9f2, #fce8ed, #f6d5e9, #e3beee, #eba3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf9f2, #fce8ed, #f6d5e9, #e3beee, #eba3d0);
}
Similar color palettes
Petals of Royalty color palette created on .