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