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: #f1a7a9;
}
.color-2 {
color: #f4d04e;
}
.color-3 {
color: #5c8bf0;
}
.color-4 {
color: #3e5b98;
}
.color-5 {
color: #b25c9e;
}

/* CSS Variables */
:root {
--color-1: #f1a7a9;
--color-2: #f4d04e;
--color-3: #5c8bf0;
--color-4: #3e5b98;
--color-5: #b25c9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7a9, #f4d04e, #5c8bf0, #3e5b98, #b25c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7a9, #f4d04e, #5c8bf0, #3e5b98, #b25c9e);
}

Shades of Pink and Blue color palette created on .