Aesthetic Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aesthetic Pink palette

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

Aesthetic Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d7b7d7;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #a4d0e0;
}

/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d7b7d7;
--color-4: #690571;
--color-5: #a4d0e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d7b7d7, #690571, #a4d0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d7b7d7, #690571, #a4d0e0);
}

Aesthetic Pink color palette created on .