Paleta de colores Blue Coursera
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Coursera palette
CSS de la paleta de colores Blue Coursera
/* CSS */
.color-1 {
color: #0096db;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00c29e;
}
.color-4 {
color: #a3d459;
}
.color-5 {
color: #f0d400;
}
/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b3aa;
--color-3: #00c29e;
--color-4: #a3d459;
--color-5: #f0d400;
}
CSS del degradado de fondo Blue Coursera
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b3aa, #00c29e, #a3d459, #f0d400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b3aa, #00c29e, #a3d459, #f0d400);
}
Paletas de colores similares
- 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
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
Blue Coursera color palette created on .