Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #e09fc6;
}
.color-2 {
color: #ffb83d;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #3f77a2;
}

/* CSS Variables */
:root {
--color-1: #e09fc6;
--color-2: #ffb83d;
--color-3: #ff8052;
--color-4: #4eb7ac;
--color-5: #3f77a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09fc6, #ffb83d, #ff8052, #4eb7ac, #3f77a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09fc6, #ffb83d, #ff8052, #4eb7ac, #3f77a2);
}

Shades of Pink color palette created on .