Pink Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Breeze palette

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

Pink Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #ec415a;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #fdf1c9;
}
.color-4 {
color: #a4e5c4;
}
.color-5 {
color: #3bb1b5;
}

/* CSS Variables */
:root {
--color-1: #ec415a;
--color-2: #f7b5a1;
--color-3: #fdf1c9;
--color-4: #a4e5c4;
--color-5: #3bb1b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ec415a, #f7b5a1, #fdf1c9, #a4e5c4, #3bb1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ec415a, #f7b5a1, #fdf1c9, #a4e5c4, #3bb1b5);
}

Pink Breeze color palette created on .