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