Cute Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cute Pink palette

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

Cute Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #fad7d1;
}
.color-2 {
color: #f8b9d2;
}
.color-3 {
color: #f5a8e2;
}
.color-4 {
color: #c1a1e8;
}
.color-5 {
color: #b1d0e7;
}

/* CSS Variables */
:root {
--color-1: #fad7d1;
--color-2: #f8b9d2;
--color-3: #f5a8e2;
--color-4: #c1a1e8;
--color-5: #b1d0e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad7d1, #f8b9d2, #f5a8e2, #c1a1e8, #b1d0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad7d1, #f8b9d2, #f5a8e2, #c1a1e8, #b1d0e7);
}

Cute Pink color palette created on .