Blossom Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blossom Dreamscape palette
Blossom Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffb39e;
}
.color-4 {
color: #ffe0e8;
}
.color-5 {
color: #ffccf1;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff998a;
--color-3: #ffb39e;
--color-4: #ffe0e8;
--color-5: #ffccf1;
}
Blossom Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff998a, #ffb39e, #ffe0e8, #ffccf1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff998a, #ffb39e, #ffe0e8, #ffccf1);
}
Similar color palettes
- Light Purple Lily
- Royal Rose Garden
- Golden Orange
- Katherine's Sunrise
- Fading Petals
- Mulberry Garden
- Shades of Red
- Pink Strawberry Milkshake
- Charming Serenity
- Pink Strawberry Milkshake
- Pastel Ivy League
- Purple Princess
- Valeriano Dreamscape
- Shades of Green and Pink
- Pink Whisper Dreams
- Shades of Green and Pink
- Black Green Elegance
- Dahlia Dreams
Blossom Dreamscape color palette created on .