Sweet Petal Confection Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Petal Confection palette
Sweet Petal Confection color palette CSS
/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f9e1b4;
}
.color-3 {
color: #f9c0a4;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #e3b9a1;
}
/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f9e1b4;
--color-3: #f9c0a4;
--color-4: #e9b79f;
--color-5: #e3b9a1;
}
Sweet Petal Confection background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f9e1b4, #f9c0a4, #e9b79f, #e3b9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f9e1b4, #f9c0a4, #e9b79f, #e3b9a1);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Sweet Petal Confection color palette created on .