Frosted Petals Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frosted Petals palette
Frosted Petals color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f18e91;
}
.color-4 {
color: #c86a8e;
}
.color-5 {
color: #a55f7b;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f1a8a2;
--color-3: #f18e91;
--color-4: #c86a8e;
--color-5: #a55f7b;
}
Frosted Petals background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f1a8a2, #f18e91, #c86a8e, #a55f7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f1a8a2, #f18e91, #c86a8e, #a55f7b);
}
Similar color palettes
Frosted Petals color palette created on .