Light Pink Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Pink Dream palette

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

Light Pink Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #f0d68e;
}
.color-3 {
color: #e3f2a1;
}
.color-4 {
color: #a3e0d4;
}
.color-5 {
color: #6cc7e5;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f0d68e;
--color-3: #e3f2a1;
--color-4: #a3e0d4;
--color-5: #6cc7e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f0d68e, #e3f2a1, #a3e0d4, #6cc7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f0d68e, #e3f2a1, #a3e0d4, #6cc7e5);
}

Light Pink Dream color palette created on .