Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b7f3;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #69af4b;
}
.color-5 {
color: #45aaf2;
}

/* CSS Variables */
:root {
--color-1: #f5b7f3;
--color-2: #ff6e61;
--color-3: #ffcb5c;
--color-4: #69af4b;
--color-5: #45aaf2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7f3, #ff6e61, #ffcb5c, #69af4b, #45aaf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7f3, #ff6e61, #ffcb5c, #69af4b, #45aaf2);
}

Shades of Pink color palette created on .