Hello, My Old Heart Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Hello, My Old Heart palette

Share this palette to:

Hello, My Old Heart color palette PNG image

Download hello, my old heart color palette PNG image (landscape)
Download hello, my old heart color palette PNG image (square)

Hello, My Old Heart color palette CSS

/* CSS */
.color-1 {
color: #ffc9a3;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d14d4d;
}
.color-5 {
color: #690571;
}

/* CSS Variables */
:root {
--color-1: #ffc9a3;
--color-2: #ff8052;
--color-3: #ff6e61;
--color-4: #d14d4d;
--color-5: #690571;
}

Hello, My Old Heart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc9a3, #ff8052, #ff6e61, #d14d4d, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc9a3, #ff8052, #ff6e61, #d14d4d, #690571);
}

Hello, My Old Heart color palette created on .