Pink and Blue Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink and Blue Delight palette

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

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

/* CSS */
.color-1 {
color: #f8d2bf;
}
.color-2 {
color: #f27d93;
}
.color-3 {
color: #e63746;
}
.color-4 {
color: #a7dadc;
}
.color-5 {
color: #447a9c;
}

/* CSS Variables */
:root {
--color-1: #f8d2bf;
--color-2: #f27d93;
--color-3: #e63746;
--color-4: #a7dadc;
--color-5: #447a9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d2bf, #f27d93, #e63746, #a7dadc, #447a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d2bf, #f27d93, #e63746, #a7dadc, #447a9c);
}

Pink and Blue Delight color palette created on .