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