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