Red and Yellow Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Yellow Delight palette
Red and Yellow Delight color palette CSS
/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #f50056;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ffd500;
}
.color-5 {
color: #00a89a;
}
/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #f50056;
--color-3: #ff6d1f;
--color-4: #ffd500;
--color-5: #00a89a;
}
Red and Yellow Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #f50056, #ff6d1f, #ffd500, #00a89a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #f50056, #ff6d1f, #ffd500, #00a89a);
}
Similar color palettes
Red and Yellow Delight color palette created on .