Cute Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cute Pink palette

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

Cute Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3e4;
}
.color-2 {
color: #ffc2a3;
}
.color-3 {
color: #fff5b3;
}
.color-4 {
color: #a7e2d4;
}
.color-5 {
color: #b3d5ff;
}

/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ffc2a3;
--color-3: #fff5b3;
--color-4: #a7e2d4;
--color-5: #b3d5ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ffc2a3, #fff5b3, #a7e2d4, #b3d5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ffc2a3, #fff5b3, #a7e2d4, #b3d5ff);
}

Cute Pink color palette created on .