Light Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Pink palette

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

Light Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f26e8a;
}
.color-5 {
color: #e0a3d0;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #f26e8a;
--color-5: #e0a3d0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #ffb84d, #ff6e61, #f26e8a, #e0a3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #ffb84d, #ff6e61, #f26e8a, #e0a3d0);
}

Light Pink color palette created on .