Paleta de colores Cotton Candy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cotton Candy palette
CSS de la paleta de colores Cotton Candy
/* CSS */
.color-1 {
color: #ff75b1;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #b3e4ff;
}
.color-4 {
color: #80d2ff;
}
.color-5 {
color: #00bfff;
}
/* CSS Variables */
:root {
--color-1: #ff75b1;
--color-2: #ffb3e4;
--color-3: #b3e4ff;
--color-4: #80d2ff;
--color-5: #00bfff;
}
CSS del degradado de fondo Cotton Candy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75b1, #ffb3e4, #b3e4ff, #80d2ff, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75b1, #ffb3e4, #b3e4ff, #80d2ff, #00bfff);
}
Paletas de colores similares
- Purple Twilight
- Celestial Blossom Harmony
- Carnival of Shadows
- Sparkling Elegance
- Blue Boy's Room
- Light Coral
- Bright Coral
- Purple Moondancer
- Moonlit Blue
- Bright Pink
- Bubblegum Bliss
- Nostalgic Whispers
- Shades of Blue
- Warm Yellow Conversation
- Cherry Blossom Breeze
- Julie’s Garden of Dreams
- Pink and Blue Dreams
- Puppy Playtime
Cotton Candy color palette created on .