Pastel Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Blue palette

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

Pastel Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f6e5b1;
}
.color-3 {
color: #b9e4c9;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #6d9ad9;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f6e5b1;
--color-3: #b9e4c9;
--color-4: #a8d3e1;
--color-5: #6d9ad9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f6e5b1, #b9e4c9, #a8d3e1, #6d9ad9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f6e5b1, #b9e4c9, #a8d3e1, #6d9ad9);
}

Pastel Blue color palette created on .