Liam's Sunset Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Liam's Sunset Embrace palette

このパレットを共有する先:

Liam's Sunset Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c1aa;
}
.color-2 {
color: #f6b7a2;
}
.color-3 {
color: #f39c86;
}
.color-4 {
color: #f28069;
}
.color-5 {
color: #e45b49;
}

/* CSS Variables */
:root {
--color-1: #f8c1aa;
--color-2: #f6b7a2;
--color-3: #f39c86;
--color-4: #f28069;
--color-5: #e45b49;
}

Liam's Sunset Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c1aa, #f6b7a2, #f39c86, #f28069, #e45b49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c1aa, #f6b7a2, #f39c86, #f28069, #e45b49);
}

Liam's Sunset Embrace color palette created on .