Tamagotchi Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tamagotchi palette

Share this palette to:

Tamagotchi color palette PNG image

Download tamagotchi color palette PNG image (landscape)
Download tamagotchi color palette PNG image (square)

Tamagotchi color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f8d9f;
}
.color-3 {
color: #d9b68c;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #e94e77;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f8d9f;
--color-3: #d9b68c;
--color-4: #f0a800;
--color-5: #e94e77;
}

Tamagotchi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f8d9f, #d9b68c, #f0a800, #e94e77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f8d9f, #d9b68c, #f0a800, #e94e77);
}

Tamagotchi color palette created on .