Por do Sol Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Por do Sol palette
Color Inspiration
Images that showcase this color palette in real designs
Download Por do Sol Color Palette (PNG)
Por do Sol color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffc28a;
}
.color-4 {
color: #ffd9b8;
}
.color-5 {
color: #ffeec2;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a5c;
--color-3: #ffc28a;
--color-4: #ffd9b8;
--color-5: #ffeec2;
}
Por do Sol background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a5c, #ffc28a, #ffd9b8, #ffeec2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a5c, #ffc28a, #ffd9b8, #ffeec2);
}
Similar color palettes
Por do Sol color palette created on .