Empowered Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Empowered Embrace palette

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

Empowered Embrace カラー パレット PNG 画像

Download empowered embrace color palette PNG image (landscape)
Download empowered embrace color palette PNG image (square)

Empowered Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #f57584;
}
.color-2 {
color: #f84f79;
}
.color-3 {
color: #2e2e2e;
}
.color-4 {
color: #fea04d;
}
.color-5 {
color: #f3f4eb;
}

/* CSS Variables */
:root {
--color-1: #f57584;
--color-2: #f84f79;
--color-3: #2e2e2e;
--color-4: #fea04d;
--color-5: #f3f4eb;
}

Empowered Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f57584, #f84f79, #2e2e2e, #fea04d, #f3f4eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f57584, #f84f79, #2e2e2e, #fea04d, #f3f4eb);
}

Empowered Embrace color palette created on .