Pink Shades of Emma カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades of Emma palette

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

Pink Shades of Emma カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a65d;
}
.color-2 {
color: #f9c5a9;
}
.color-3 {
color: #f7dee0;
}
.color-4 {
color: #e8a1d1;
}
.color-5 {
color: #da728c;
}

/* CSS Variables */
:root {
--color-1: #f9a65d;
--color-2: #f9c5a9;
--color-3: #f7dee0;
--color-4: #e8a1d1;
--color-5: #da728c;
}

Pink Shades of Emma の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a65d, #f9c5a9, #f7dee0, #e8a1d1, #da728c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a65d, #f9c5a9, #f7dee0, #e8a1d1, #da728c);
}

Pink Shades of Emma color palette created on .