Pink Shell カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shell palette

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

Pink Shell カラーパレット CSS

/* CSS */
.color-1 {
color: #e0b1a3;
}
.color-2 {
color: #d5c6b4;
}
.color-3 {
color: #e9d7c3;
}
.color-4 {
color: #a4e0d4;
}
.color-5 {
color: #b4e4e4;
}

/* CSS Variables */
:root {
--color-1: #e0b1a3;
--color-2: #d5c6b4;
--color-3: #e9d7c3;
--color-4: #a4e0d4;
--color-5: #b4e4e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b1a3, #d5c6b4, #e9d7c3, #a4e0d4, #b4e4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b1a3, #d5c6b4, #e9d7c3, #a4e0d4, #b4e4e4);
}

Pink Shell color palette created on .