Blue Razzberry Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Razzberry Delight palette
Blue Razzberry Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #0d4b91;
}
.color-2 {
color: #3088d5;
}
.color-3 {
color: #4ebae4;
}
.color-4 {
color: #6be2f5;
}
.color-5 {
color: #a5e8f3;
}
/* CSS Variables */
:root {
--color-1: #0d4b91;
--color-2: #3088d5;
--color-3: #4ebae4;
--color-4: #6be2f5;
--color-5: #a5e8f3;
}
Blue Razzberry Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d4b91, #3088d5, #4ebae4, #6be2f5, #a5e8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d4b91, #3088d5, #4ebae4, #6be2f5, #a5e8f3);
}
似たようなカラーパレット
Blue Razzberry Delight color palette created on .