Royal Blue Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Royal Blue Dream palette
Royal Blue Dream カラーパレット (PNG) をダウンロード
Royal Blue Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #4169e1;
}
.color-2 {
color: #5c8ee6;
}
.color-3 {
color: #7cb3e4;
}
.color-4 {
color: #a3d8f0;
}
.color-5 {
color: #e2f2fd;
}
/* CSS Variables */
:root {
--color-1: #4169e1;
--color-2: #5c8ee6;
--color-3: #7cb3e4;
--color-4: #a3d8f0;
--color-5: #e2f2fd;
}
Royal Blue Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4169e1, #5c8ee6, #7cb3e4, #a3d8f0, #e2f2fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4169e1, #5c8ee6, #7cb3e4, #a3d8f0, #e2f2fd);
}
似たようなカラーパレット
Royal Blue Dream color palette created on .