Pink Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Garden palette

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

Pink Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #a9e0aa;
}
.color-2 {
color: #f3b87c;
}
.color-3 {
color: #f9c7a4;
}
.color-4 {
color: #f7a6c5;
}
.color-5 {
color: #d44e7b;
}

/* CSS Variables */
:root {
--color-1: #a9e0aa;
--color-2: #f3b87c;
--color-3: #f9c7a4;
--color-4: #f7a6c5;
--color-5: #d44e7b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0aa, #f3b87c, #f9c7a4, #f7a6c5, #d44e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0aa, #f3b87c, #f9c7a4, #f7a6c5, #d44e7b);
}

Pink Garden color palette created on .