Shades of Pink and Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink and Blue palette

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

Shades of Pink and Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a4b1;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #4cb7e1;
}
.color-5 {
color: #c87a2d;
}

/* CSS Variables */
:root {
--color-1: #f9a4b1;
--color-2: #f0e78e;
--color-3: #7fd959;
--color-4: #4cb7e1;
--color-5: #c87a2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4b1, #f0e78e, #7fd959, #4cb7e1, #c87a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4b1, #f0e78e, #7fd959, #4cb7e1, #c87a2d);
}

Shades of Pink and Blue color palette created on .