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