Safe Pleasure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Safe Pleasure palette
Color Inspiration
Images that showcase this color palette in real designs
Download Safe Pleasure Color Palette (PNG)
Safe Pleasure color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4c3c3;
}
.color-3 {
color: #f9e1e1;
}
.color-4 {
color: #d7c4e3;
}
.color-5 {
color: #b8ead8;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4c3c3;
--color-3: #f9e1e1;
--color-4: #d7c4e3;
--color-5: #b8ead8;
}
Safe Pleasure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4c3c3, #f9e1e1, #d7c4e3, #b8ead8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4c3c3, #f9e1e1, #d7c4e3, #b8ead8);
}
Similar color palettes
Scroll down to explore 3 Feminine color palettes
Safe Pleasure color palette created on .