Sweetheart Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweetheart Bliss palette
Sweetheart Bliss color palette CSS
/* CSS */
.color-1 {
color: #ff75a5;
}
.color-2 {
color: #ff99b1;
}
.color-3 {
color: #ffc2cf;
}
.color-4 {
color: #ffebf0;
}
.color-5 {
color: #ffb3d9;
}
/* CSS Variables */
:root {
--color-1: #ff75a5;
--color-2: #ff99b1;
--color-3: #ffc2cf;
--color-4: #ffebf0;
--color-5: #ffb3d9;
}
Sweetheart Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a5, #ff99b1, #ffc2cf, #ffebf0, #ffb3d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a5, #ff99b1, #ffc2cf, #ffebf0, #ffb3d9);
}
Similar color palettes
Sweetheart Bliss color palette created on .