Cute Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cute Pink palette

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

Cute Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b7c5;
}
.color-2 {
color: #ffeb99;
}
.color-3 {
color: #ffdfb3;
}
.color-4 {
color: #b3e2ff;
}
.color-5 {
color: #ff9e9e;
}

/* CSS Variables */
:root {
--color-1: #f5b7c5;
--color-2: #ffeb99;
--color-3: #ffdfb3;
--color-4: #b3e2ff;
--color-5: #ff9e9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7c5, #ffeb99, #ffdfb3, #b3e2ff, #ff9e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7c5, #ffeb99, #ffdfb3, #b3e2ff, #ff9e9e);
}

Cute Pink color palette created on .