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