Pastel Key カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Key palette

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

Pastel Key カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b7c0;
}
.color-2 {
color: #f2d2a1;
}
.color-3 {
color: #f4e2b3;
}
.color-4 {
color: #b4e4b4;
}
.color-5 {
color: #8fc5e0;
}

/* CSS Variables */
:root {
--color-1: #e6b7c0;
--color-2: #f2d2a1;
--color-3: #f4e2b3;
--color-4: #b4e4b4;
--color-5: #8fc5e0;
}

Pastel Key の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7c0, #f2d2a1, #f4e2b3, #b4e4b4, #8fc5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7c0, #f2d2a1, #f4e2b3, #b4e4b4, #8fc5e0);
}

Pastel Key color palette created on .