Pastel Easter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Easter palette

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

Pastel Easter カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f1e1a7;
}
.color-3 {
color: #d5e2c5;
}
.color-4 {
color: #a4c8df;
}
.color-5 {
color: #f4b8c4;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1e1a7;
--color-3: #d5e2c5;
--color-4: #a4c8df;
--color-5: #f4b8c4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1e1a7, #d5e2c5, #a4c8df, #f4b8c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1e1a7, #d5e2c5, #a4c8df, #f4b8c4);
}

Pastel Easter color palette created on .