Cotton Candy Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy Dreamscape palette
Cotton Candy Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #1e8cc2;
}
.color-5 {
color: #e84a5f;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcb5c;
--color-3: #88d8b0;
--color-4: #1e8cc2;
--color-5: #e84a5f;
}
Cotton Candy Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcb5c, #88d8b0, #1e8cc2, #e84a5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcb5c, #88d8b0, #1e8cc2, #e84a5f);
}
Similar color palettes
- Whimsical Orange
- Pink Shades
- Tina's Sunrise Serenade
- Pink Mochi
- Whiskered Blossoms
- Lavender Embrace
- Purple Blossom
- Herb Garden Blossoms
- Shades of Pink
- Blood Red
- Katherine's Sunrise
- Mulberry Garden
- Shades of Red
- Pink Strawberry Milkshake
- Purple Princess
- Shades of Green and Pink
- Pink Whisper Dreams
- Shades of Green and Pink
Cotton Candy Dreamscape color palette created on .