Soft Pink and Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Pink and Blue palette

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

Soft Pink and Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fdd4c4;
}
.color-3 {
color: #f9e6b9;
}
.color-4 {
color: #a9d7e5;
}
.color-5 {
color: #89b8c8;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fdd4c4;
--color-3: #f9e6b9;
--color-4: #a9d7e5;
--color-5: #89b8c8;
}

Soft Pink and Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fdd4c4, #f9e6b9, #a9d7e5, #89b8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fdd4c4, #f9e6b9, #a9d7e5, #89b8c8);
}

Soft Pink and Blue color palette created on .