Paleta de colores Nautical Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Nautical Elegance palette
CSS de la paleta de colores Nautical Elegance
/* CSS */
.color-1 {
color: #193d67;
}
.color-2 {
color: #2d5f86;
}
.color-3 {
color: #497a9c;
}
.color-4 {
color: #9d3f40;
}
.color-5 {
color: #c95040;
}
/* CSS Variables */
:root {
--color-1: #193d67;
--color-2: #2d5f86;
--color-3: #497a9c;
--color-4: #9d3f40;
--color-5: #c95040;
}
CSS del degradado de fondo Nautical Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #193d67, #2d5f86, #497a9c, #9d3f40, #c95040);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #193d67, #2d5f86, #497a9c, #9d3f40, #c95040);
}
Paletas de colores similares
- Chaos Harmony
- Vibrant Blue
- Vibrant Harmony
- Crimson and Navy Dream
- Healing Harmony
- Orange Express
- Gangster Chic
- Carnival Dreams
- Vibrant Harmony
- Colorful Sunset
- Vibrant Spectrum
- Vibrant Twilight Serenade
- Bold Purple and Red
- Urban Junction
- Glitch Spectrum
- Twilight Ember
- Shades of Red, Blue, and Purple
- Vibrant Whirlwind
Nautical Elegance color palette created on .