Pink Varnika カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Varnika palette

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

Pink Varnika カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f47b99;
}
.color-4 {
color: #ee498e;
}
.color-5 {
color: #e03e6e;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a7b4;
--color-3: #f47b99;
--color-4: #ee498e;
--color-5: #e03e6e;
}

Pink Varnika の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a7b4, #f47b99, #ee498e, #e03e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a7b4, #f47b99, #ee498e, #e03e6e);
}

Pink Varnika color palette created on .