Light Pink Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Pink Blue palette

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

Light Pink Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #ffcc8a;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #a7d8e7;
}
.color-5 {
color: #6b9eeb;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #ffcc8a;
--color-3: #ffd54d;
--color-4: #a7d8e7;
--color-5: #6b9eeb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #ffcc8a, #ffd54d, #a7d8e7, #6b9eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #ffcc8a, #ffd54d, #a7d8e7, #6b9eeb);
}

Light Pink Blue color palette created on .