Celeste y Amarillo Brillante Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celeste y Amarillo Brillante palette
Celeste y Amarillo Brillante color palette CSS
/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #f9d958;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #79d3f1;
}
.color-5 {
color: #efca4d;
}
/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #f9d958;
--color-3: #ffffff;
--color-4: #79d3f1;
--color-5: #efca4d;
}
Celeste y Amarillo Brillante background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #f9d958, #ffffff, #79d3f1, #efca4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #f9d958, #ffffff, #79d3f1, #efca4d);
}
Similar color palettes
Celeste y Amarillo Brillante color palette created on .