Light Pink Coquette カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Pink Coquette palette

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

Light Pink Coquette カラーパレット CSS

/* CSS */
.color-1 {
color: #f5f5f5;
}
.color-2 {
color: #f8d8e2;
}
.color-3 {
color: #f4b4d3;
}
.color-4 {
color: #f29cb1;
}
.color-5 {
color: #e64c8c;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #f8d8e2;
--color-3: #f4b4d3;
--color-4: #f29cb1;
--color-5: #e64c8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #f8d8e2, #f4b4d3, #f29cb1, #e64c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #f8d8e2, #f4b4d3, #f29cb1, #e64c8c);
}

Light Pink Coquette color palette created on .