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