Paleta de colores Coastal Serenity Tones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coastal Serenity Tones palette
CSS de la paleta de colores Coastal Serenity Tones
/* CSS */
.color-1 {
color: #10c2d5;
}
.color-2 {
color: #0e94cd;
}
.color-3 {
color: #af510e;
}
.color-4 {
color: #0950b3;
}
.color-5 {
color: #8c3808;
}
/* CSS Variables */
:root {
--color-1: #10c2d5;
--color-2: #0e94cd;
--color-3: #af510e;
--color-4: #0950b3;
--color-5: #8c3808;
}
CSS del degradado de fondo Coastal Serenity Tones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10c2d5, #0e94cd, #af510e, #0950b3, #8c3808);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10c2d5, #0e94cd, #af510e, #0950b3, #8c3808);
}
Paletas de colores similares
Coastal Serenity Tones color palette created on .