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: #f0bcef;
}
.color-2 {
color: #f2c6ab;
}
.color-3 {
color: #f4e3e2;
}
.color-4 {
color: #80e1fa;
}
.color-5 {
color: #48b2f4;
}

/* CSS Variables */
:root {
--color-1: #f0bcef;
--color-2: #f2c6ab;
--color-3: #f4e3e2;
--color-4: #80e1fa;
--color-5: #48b2f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0bcef, #f2c6ab, #f4e3e2, #80e1fa, #48b2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0bcef, #f2c6ab, #f4e3e2, #80e1fa, #48b2f4);
}

Shades of Pink and Blue color palette created on .