Kaya's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kaya's Embrace palette
Kaya's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f7c8a6;
}
.color-3 {
color: #e1eba3;
}
.color-4 {
color: #a6d8b7;
}
.color-5 {
color: #6cb1d5;
}
/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f7c8a6;
--color-3: #e1eba3;
--color-4: #a6d8b7;
--color-5: #6cb1d5;
}
Kaya's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f7c8a6, #e1eba3, #a6d8b7, #6cb1d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f7c8a6, #e1eba3, #a6d8b7, #6cb1d5);
}
Similar color palettes
Kaya's Embrace color palette created on .