Paleta de colores Bright Celeste
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bright Celeste palette
CSS de la paleta de colores Bright Celeste
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #67c6e0;
}
.color-3 {
color: #4bafdd;
}
.color-4 {
color: #299fd6;
}
.color-5 {
color: #007e94;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #67c6e0;
--color-3: #4bafdd;
--color-4: #299fd6;
--color-5: #007e94;
}
CSS del degradado de fondo Bright Celeste
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #67c6e0, #4bafdd, #299fd6, #007e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #67c6e0, #4bafdd, #299fd6, #007e94);
}
Paletas de colores similares
- Shades of Pink
- Blue Luninaria
- Celestial Harmony
- Blue Green Yellow Watercolor
- Silent Pursuit
- Whispers of the Sky
- Whispers of the Sky
- Serenity's Embrace
- Midnight Blue
- Midnight Blue
- Tropical Teal Symphony
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
Bright Celeste color palette created on .