Bright Pink Skip カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Pink Skip palette

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

Bright Pink Skip カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc800;
}
.color-2 {
color: #ffa114;
}
.color-3 {
color: #ff621f;
}
.color-4 {
color: #ff4529;
}
.color-5 {
color: #ff0022;
}

/* CSS Variables */
:root {
--color-1: #ffc800;
--color-2: #ffa114;
--color-3: #ff621f;
--color-4: #ff4529;
--color-5: #ff0022;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc800, #ffa114, #ff621f, #ff4529, #ff0022);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc800, #ffa114, #ff621f, #ff4529, #ff0022);
}

Bright Pink Skip color palette created on .