Pink and Blue Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink and Blue Harmony palette

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

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

/* CSS */
.color-1 {
color: #f49fd3;
}
.color-2 {
color: #f7c5c5;
}
.color-3 {
color: #f9d68b;
}
.color-4 {
color: #9fd2df;
}
.color-5 {
color: #4fa0ba;
}

/* CSS Variables */
:root {
--color-1: #f49fd3;
--color-2: #f7c5c5;
--color-3: #f9d68b;
--color-4: #9fd2df;
--color-5: #4fa0ba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f49fd3, #f7c5c5, #f9d68b, #9fd2df, #4fa0ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f49fd3, #f7c5c5, #f9d68b, #9fd2df, #4fa0ba);
}

Pink and Blue Harmony color palette created on .