Vibrant Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Pink palette
Vibrant Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #ff4d8b;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6ccb79;
}
.color-4 {
color: #4da6ff;
}
.color-5 {
color: #a96bff;
}
/* CSS Variables */
:root {
--color-1: #ff4d8b;
--color-2: #ffb84d;
--color-3: #6ccb79;
--color-4: #4da6ff;
--color-5: #a96bff;
}
Vibrant Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d8b, #ffb84d, #6ccb79, #4da6ff, #a96bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d8b, #ffb84d, #6ccb79, #4da6ff, #a96bff);
}
似たようなカラーパレット
Vibrant Pink color palette created on .