Royal Blue and Mint Green Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Royal Blue and Mint Green Delight palette
Royal Blue and Mint Green Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3bb5a1;
}
.color-3 {
color: #75e1d4;
}
.color-4 {
color: #a5f3df;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3bb5a1;
--color-3: #75e1d4;
--color-4: #a5f3df;
--color-5: #e0f7fa;
}
Royal Blue and Mint Green Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3bb5a1, #75e1d4, #a5f3df, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3bb5a1, #75e1d4, #a5f3df, #e0f7fa);
}
似たようなカラーパレット
Royal Blue and Mint Green Delight color palette created on .