Rico カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rico palette
Rico カラー パレット PNG 画像
Rico カラーパレット CSS
/* CSS */
.color-1 {
color: #3a5e9c;
}
.color-2 {
color: #5ab7e2;
}
.color-3 {
color: #79e2c4;
}
.color-4 {
color: #f7e37e;
}
.color-5 {
color: #f39d39;
}
/* CSS Variables */
:root {
--color-1: #3a5e9c;
--color-2: #5ab7e2;
--color-3: #79e2c4;
--color-4: #f7e37e;
--color-5: #f39d39;
}
Rico の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5e9c, #5ab7e2, #79e2c4, #f7e37e, #f39d39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5e9c, #5ab7e2, #79e2c4, #f7e37e, #f39d39);
}
似たようなカラーパレット
Rico color palette created on .