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