Rafael's Radiance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rafael's Radiance palette
Rafael's Radiance color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffd56b;
}
.color-4 {
color: #ffed8a;
}
.color-5 {
color: #ffb8d1;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f6b;
--color-3: #ffd56b;
--color-4: #ffed8a;
--color-5: #ffb8d1;
}
Rafael's Radiance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f6b, #ffd56b, #ffed8a, #ffb8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f6b, #ffd56b, #ffed8a, #ffb8d1);
}
Similar color palettes
Rafael's Radiance color palette created on .