Crimson Dreams and Midnight Blues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Dreams and Midnight Blues palette
Crimson Dreams and Midnight Blues カラーパレット CSS
/* CSS */
.color-1 {
color: #e51017;
}
.color-2 {
color: #9c1152;
}
.color-3 {
color: #092ae1;
}
.color-4 {
color: #080daa;
}
.color-5 {
color: #0202e3;
}
/* CSS Variables */
:root {
--color-1: #e51017;
--color-2: #9c1152;
--color-3: #092ae1;
--color-4: #080daa;
--color-5: #0202e3;
}
Crimson Dreams and Midnight Blues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e51017, #9c1152, #092ae1, #080daa, #0202e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e51017, #9c1152, #092ae1, #080daa, #0202e3);
}
似たようなカラーパレット
下にスクロールして8個の赤カラーパレットを探索しましょう
Crimson Dreams and Midnight Blues color palette created on .